From: Junio C Hamano Date: Thu, 4 Dec 2008 23:38:27 +0000 (-0800) Subject: git-am: propagate -C, -p options as well X-Git-Tag: v1.6.1-rc2~5^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a20033796b312390ea8a50917bea623efd6fad97?ds=sidebyside;hp=a20033796b312390ea8a50917bea623efd6fad97 git-am: propagate -C, -p 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 ---