Re: [PATCH 2/3] Fix the processing of multiple patch files with --check in git-apply.

2005-09-06 Thread Junio C Hamano
Robert Fitzsimons [EMAIL PROTECTED] writes: No problem I know it's a controversial change. Not really controversial anymore, as long as --ignore-applied is used only when appropriate. Yes my change has a bug with a copy patch which modifies the same file. I'll send on a fix now. Here is

[PATCH 2/3] Fix the processing of multiple patch files with --check in git-apply.

2005-08-29 Thread Robert Fitzsmons
When the --check option was used with multiple patch files which modify the same files, the patch can fail because the previously modified contents aren't written to the disk. So save the in memory patch contents across the processing of multiple patch files. Added a new test case for --check