1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-03 11:06:10 +02:00
git/t/t4135
Jonathan Nieder 2d502e1f37 apply: handle patches with funny filename and colon in timezone
Some patches have a timezone formatted like '-08:00' instead of
'-0800' in their ---/+++ lines (e.g. http://lwn.net/Articles/131729/).
Take this into account when searching for the start of the timezone
(which is the end of the filename).

This does not actually affect the outcome of patching unless (1) a
file being patched has a non-' ' whitespace character (e.g., tab) in
its filename, or (2) the patch is whitespace-damaged, so the tab
between filename and timestamp has been replaced with spaces.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-11-10 08:42:40 -08:00
..
.gitignore
add-plain.diff
add-with backslash.diff
add-with quote.diff
add-with spaces.diff
add-with tab.diff
damaged-tz.diff
damaged.diff
diff-plain.diff
diff-with backslash.diff
diff-with quote.diff
diff-with spaces.diff
diff-with tab.diff
funny-tz.diff
git-plain.diff
git-with backslash.diff
git-with quote.diff
git-with spaces.diff
git-with tab.diff
make-patches