summaryrefslogtreecommitdiff
path: root/t/t4150-am-subdir.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-03-05am: read from the right mailbox when started from a subdirectoryLibravatar Junio C Hamano1-0/+72
An earlier commit c149184 (allow git-am to run in a subdirectory) taught git-am to start from a subdirectory by going up to the root of the work tree byitself, but it did not adjust the path to read the mbox from when it did so. Signed-off-by: Junio C Hamano <gitster@pobox.com>