This patch series introduces a framework to allow git-am to support patches that are not in mailbox format. The first patch introduces the command-line settable patch_format variable, describing the patch format. The second patch introduces some patch format autodetection heuristics, for mercurial and StGIT. The third patch introduces actual support for StGIT patches (both series and single patches). The last one does some refactoring for the 'remove $dotest and exit 1'. Giuseppe Bilotta (4): git-am foreign patch support: introduce patch_format git-am foreign patch support: autodetect some patch formats git-am foreign patch support: StGIT support git-am: refactor 'cleaning up and aborting' git-am.sh | 148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 144 insertions(+), 4 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html