diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-12-04 17:08:48 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-04 18:45:02 -0800 |
commit | fe6beab7e80565dac81125aa82521f7673905ebc (patch) | |
tree | bc814ba85441b34b519ec6a0631b37e51ea7de50 /t/t4252/am-test-3-1 | |
parent | 22db240dd1791b32e7f6d25a466c2835bdccb51e (diff) | |
download | git-fe6beab7e80565dac81125aa82521f7673905ebc.tar.gz git-fe6beab7e80565dac81125aa82521f7673905ebc.tar.xz |
Test that git-am does not lose -C/-p/--whitespace options
These tests make sure that "git am" does not lose command line options
specified when it was started, after it is interrupted by a patch that
does not apply earlier in the series.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4252/am-test-3-1')
-rw-r--r-- | t/t4252/am-test-3-1 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/t/t4252/am-test-3-1 b/t/t4252/am-test-3-1 new file mode 100644 index 000000000..608e5abba --- /dev/null +++ b/t/t4252/am-test-3-1 @@ -0,0 +1,19 @@ +From: A U Thor <au.thor@example.com> +Date: Thu Dec 4 16:00:00 2008 -0800 +Subject: Three + +Application of this should be rejected even with -p2 because the +preimage line in the context does not match. + +diff --git i/junk/file-1 w/junk/file-1 +index 06e567b..10f8342 100644 +--- i/junk/file-1 ++++ w/junk/file-1 +@@ -1,6 +1,6 @@ + 1 + 2 +-Tres ++Three + 4 + 5 + 6 |