git apply: option to ignore whitespace differences
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 4 Aug 2009 11:16:49 +0000 (13:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Aug 2009 18:59:56 +0000 (11:59 -0700)
Introduce --ignore-whitespace option and corresponding config bool to
ignore whitespace differences while applying patches, akin to the
'patch' program.

'git am', 'git rebase' and the bash git completion are made aware of
this option.

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found