summaryrefslogtreecommitdiffstats
path: root/t/t4252/am-test-1-1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test that git-am does not lose -C/-p/--whitespace optionsJunio C Hamano2008-12-051-0/+19
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>