t4150: test applying StGit series
commitfcceef4e06f30ea6dc30bd8fe16142472447cb94
authorPaul Tan <pyokagan@gmail.com>
Mon, 15 Jun 2015 11:08:11 +0000 (15 19:08 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jun 2015 19:33:59 +0000 (15 12:33 -0700)
tree79869aeef529b38d4e6f24041bf0205ca41d4b7d
parentab680dce2b565d285ac538fc931bd4b93beb68c8
t4150: test applying StGit series

A StGit series is a directory containing a "series" file which begins
with the line:

# This series applies on GIT commit XXXXX

where XXXXX is the commit ID that the patch series applies on. Every
following line names a patch in the directory to be applied.

Test that git-am, when given this "series" file, is able to detect it as
an StGit series and apply all the patches in the series.

Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4150-am.sh