summaryrefslogtreecommitdiff
path: root/t/t4107-apply-ignore-whitespace.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-08-05git apply: option to ignore whitespace differencesLibravatar Giuseppe Bilotta1-0/+185
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>