From: Giuseppe Bilotta Date: Tue, 4 Aug 2009 11:16:49 +0000 (+0200) Subject: git apply: option to ignore whitespace differences X-Git-Tag: v1.6.5-rc0~53^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/86c91f91794cd6af8e19fbe68ab283d567d2b66f?ds=inline;hp=86c91f91794cd6af8e19fbe68ab283d567d2b66f git apply: option to ignore whitespace differences 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 Signed-off-by: Junio C Hamano ---