From: Junio C Hamano Date: Mon, 12 Feb 2007 06:05:36 +0000 (-0800) Subject: Teach git-am to pass -p option down to git-apply X-Git-Tag: v1.5.0~23 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2092a1fefdacf9839332202fa62165e2ac91c899?hp=2092a1fefdacf9839332202fa62165e2ac91c899 Teach git-am to pass -p option down to git-apply This is originally from Andy Parkins whose patch used --patchdepth; let's use -p which is more in line with the underlying git-apply. Signed-off-by: Junio C Hamano ---