t4150: test applying with a newline in subject
commitb3c32ead20bc4d3baa6cffe00dd862f069463869
authorStephen Boyd <bebarino@gmail.com>
Tue, 16 Jun 2009 22:32:57 +0000 (16 15:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jun 2009 16:50:14 +0000 (18 09:50 -0700)
treed52f299c4c5f299f62af232fee0d3ec19d437067
parent4f4fa9c228a1ac2854c0814b5b23df43b8d98203
t4150: test applying with a newline in subject

Commit 4b7cc26 (git-am: use printf instead of echo on user-supplied
strings, 2007-05-25) fixed a bug where subjects with newlines would
cause git-am to echo multiple lines when it says "Applying: <subject>".

This test ensures that fix stays valid.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4150-am.sh