t4150: test applying StGit patch
authorPaul Tan <pyokagan@gmail.com>
Mon, 8 Jun 2015 15:48:47 +0000 (23:48 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Jun 2015 19:42:02 +0000 (12:42 -0700)
By default, an StGit patch separates the subject from the commit message
and headers as follows:

$subject

From: $author_name <$author_email>

$message
---
$diffstats

We test git-am's ability to detect such a patch as an StGit patch, and
its ability to be able to extract the commit author, date and message
from such a patch.

Based-on-patch-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found