t4150: tests for am --[no-]scissors
commitbf72ac17d7c9441fd30f9a9764b399c74142204b
authorPaul Tan <pyokagan@gmail.com>
Sun, 19 Jul 2015 15:49:16 +0000 (19 23:49 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Jul 2015 17:52:43 +0000 (20 10:52 -0700)
tree1dadcf07f58044bbdc57d1d896b1dc00897c11a4
parent3ef4446bf23f7c7ecafb275f833b155608484146
t4150: tests for am --[no-]scissors

Since 017678b (am/mailinfo: Disable scissors processing by default,
2009-08-26), git-am supported the --[no-]scissors option, passing it to
git-mailinfo.

Add tests to ensure that git-am will pass the --scissors option to
git-mailinfo, and that --no-scissors will override the configuration
setting of mailinfo.scissors.

Reviewed-by: Stefan Beller <sbeller@google.com>
Reviewed-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4150-am.sh