git-am foreign patch support: StGIT support
commitc574e683b587ee3c302317e4fa9c83cd4605cd82
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 27 May 2009 09:25:18 +0000 (27 11:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2009 06:07:43 +0000 (28 23:07 -0700)
treea1a229ac46616e8778fa84ccd0ed5ae34928d1c2
parent15ced753ac091314941abb28302f7109a9e86b81
git-am foreign patch support: StGIT support

Support StGIT patches by implementing a simple perl-based converter
mimicking StGIT's own parse_patch. Also support StGIT patch series by
'exploding' the index into a list of files and re-running the mail
splitting with patch_format set to stgit.

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh