summaryrefslogtreecommitdiff
path: root/t/t4252/am-test-6-1
AgeCommit message (Collapse)AuthorFilesLines
2009-01-23git-am: implement --reject option passed to git-applyLibravatar martin f. krafft1-0/+21
With --reject, git-am simply passes the --reject option to git-apply and thus allows people to work with reject files if they so prefer. Signed-off-by: martin f. krafft <madduck@madduck.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>