git-am: propagate -C<n>, -p<n> options as well
commita20033796b312390ea8a50917bea623efd6fad97
authorJunio C Hamano <gitster@pobox.com>
Thu, 4 Dec 2008 23:38:27 +0000 (4 15:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Dec 2008 02:45:01 +0000 (4 18:45 -0800)
treeec21ba6562db30543964254822e1e5744ec9bc6c
parent1556ef1e373e2928cd0d4a3630f142a57c1f1813
git-am: propagate -C<n>, -p<n> options as well

These options are meant to deal with patches that do not apply cleanly
due to the differences between the version the patch was based on and
the version "git am" is working on.

Because a series of patches applied in the same "git am" run tends to
come from the same source, it is more useful to propagate these options
after the application stops.

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