This small patch series implements support for Stacked Git patch
series import.
The first commit adds support for StGit patches to mailinfo, which is
required because StGit's default export template puts the From: line
between the subject and the body.
The second commit makes git-am autodetect an StGit patch series index
(when it's the only file passed to it) and proceeds to import the
patches indicated in the series.
Giuseppe Bilotta (2):
mailinfo: handle StGit patches
git-am: support StGit patch series
builtin-mailinfo.c | 18 ++++++++++++++++++
git-am.sh | 22 ++++++++++++++++++++++
2 files changed, 40 insertions(+), 0 deletions(-)