On Thu, Aug 12, 2010 at 22:40, Jonathan Nieder [off-list ref] wrote:
Johannes Sixt wrote:
quoted
Am 8/12/2010 1:35, schrieb Junio C Hamano:
quoted
quoted
* jn/apply-filename-with-sp (2010-07-23) 4 commits
- apply: Handle traditional patches with space in filename
- t4135 (apply): use expand instead of pr for portability
- tests: Test how well "git apply" copes with weird filenames
- apply: Split quoted filename handling into new function
Looked Ok. Will merge to 'next'.
The test cases that work with files with tabs must have a prerequisite;
see t3600-rm.sh.
Would this work?
This is nice, but incomplete. I just recently added a bunch of
TABS_IN_FILENAMES prereqs to pu, moving that prereq setup to
test-lib.sh + making the rm test use it would be better, we might want
more specific name restrictions than just "funny".
Please also add docs for the new prereq to t/README. There's a new
section for those now too.
Thanks.