author | Junio C Hamano <gitster@pobox.com> | |
Thu, 4 Dec 2008 23:38:27 +0000 (15:38 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 5 Dec 2008 02:45:01 +0000 (18:45 -0800) | ||
commit | a20033796b312390ea8a50917bea623efd6fad97 | |
tree | ec21ba6562db30543964254822e1e5744ec9bc6c | tree | snapshot |
parent | 1556ef1e373e2928cd0d4a3630f142a57c1f1813 | commit | diff |
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>
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 | diff | blob | history |