Merge branch 'jc/apply-ignore-whitespace' into maint
commitc122c9a968d5528b799fd5aeab8e67fffb45ef4d
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 18:46:23 +0000 (25 11:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 18:46:23 +0000 (25 11:46 -0700)
treebd71efe988e971408b48572a23b9032540465d05
parentff7e96b78f3ad9db61fbdfdeaf7b71f254f76310
parent14d3bb4955a41e146b6f1cd6571602a6b46b2af9
Merge branch 'jc/apply-ignore-whitespace' into maint

"--ignore-space-change" option of "git apply" ignored the spaces
at the beginning of line too aggressively, which is inconsistent
with the option of the same name "diff" and "git diff" have.

* jc/apply-ignore-whitespace:
  apply --ignore-space-change: lines with and without leading whitespaces do not match
builtin/apply.c