commit | 1daaddd1d3fc92e1766fb5d9701db0418c6813bc | [log] [tgz] |
---|---|---|
author | Paul Tan <pyokagan@gmail.com> | Mon Jun 08 23:48:47 2015 +0800 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jun 08 12:42:02 2015 -0700 |
tree | 1161d4db558efe095364345f9a94abae08d1b586 | |
parent | 3d4a3ffe64162b45ae7c991fc60623ecb4678cfd [diff] |
t4150: test applying StGit patch 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>