Code

test: "am -3" can accept non-standard -p<num>
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2012 07:00:47 +0000 (23:00 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2012 07:02:59 +0000 (23:02 -0800)
commita61ba26a4725d4a93297305315587b92324baf0b
tree40dd1c50200feab7ede627c5df92c223b0297b16
parent4056afbcf2d3ee3e9df2788656f3197cc363a2ee
test: "am -3" can accept non-standard -p<num>

This adds a test for the previous one to make sure that "am -3 -p0" can
read patches created with the --no-prefix option.

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