Merge pull request #3 from anish/patch-1

Update gitapply.sh (Turn off whitespace warnings)
This commit is contained in:
slackner 2014-04-10 04:08:07 +02:00
commit f6d14c47ec

View File

@ -78,7 +78,7 @@ done
# Redirect to git apply if available
if [ "$nogit" -eq 0 ] && command -v git >/dev/null 2>&1; then
exec git apply "$@"
exec git apply --whitespace=nowarn "$@"
exit 1
fi