[PATCH 6/9] New option --ignore-whitespace for git-apply.

2005-08-28 Thread Robert Fitzsimons
Allow the user to force a patch to be applied even though there might be whitespace differences. Added a test case for the new option. Signed-off-by: Robert Fitzsimons [EMAIL PROTECTED] --- Documentation/git-apply.txt|7 +++- apply.c| 38

Re: [PATCH 6/9] New option --ignore-whitespace for git-apply.

2005-08-28 Thread Linus Torvalds
On Sun, 28 Aug 2005, Robert Fitzsimons wrote: Allow the user to force a patch to be applied even though there might be whitespace differences. Added a test case for the new option. If you ignore whitespace, then you should probably accept patches that are whitespace corrupted in another

Re: [PATCH 6/9] New option --ignore-whitespace for git-apply.

2005-08-28 Thread A Large Angry SCM
Linus Torvalds wrote: On Sun, 28 Aug 2005, Robert Fitzsimons wrote: Allow the user to force a patch to be applied even though there might be whitespace differences. Added a test case for the new option. If you ignore whitespace, then you should probably accept patches that are whitespace

Re: [PATCH 6/9] New option --ignore-whitespace for git-apply.

2005-08-28 Thread Junio C Hamano
Robert Fitzsimons [EMAIL PROTECTED] writes: Allow the user to force a patch to be applied even though there might be whitespace differences. Added a test case for the new option. It might be worth doing fuzz in general, but treating whitespace-only fuzz specially is a good idea, since they