Revision 75d6970a kernel/kernelsetup.sh

View differences:

kernel/kernelsetup.sh
454 454
    for patch in $patches; do
455 455
      cp $patch .
456 456
      patch=$(basename $patch)
457
      git apply --whitespace=nowarn < $patch 2>&1 | tee -a $LOG_FILE
457
      git apply --whitespace=nowarn --ignore-space-change --ignore-whitespace < $patch 2>&1 | tee -a $LOG_FILE
458 458
      rm $patch
459 459
#      # These lines are disabled for safety reasons:
460 460
#      #   Filed commits are detected as valid changes by the super-project.

Also available in: Unified diff