Teach git-am to pass -p option down to git-apply
commit2092a1fefdacf9839332202fa62165e2ac91c899
authorJunio C Hamano <junkio@cox.net>
Mon, 12 Feb 2007 06:05:36 +0000 (11 22:05 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 12 Feb 2007 06:05:36 +0000 (11 22:05 -0800)
tree59a28d8ea65428fd6410b19eb9b5c63b64331d43
parentc5c3fc9851e6c89f8616729552d9b8a8dfea5555
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 <junkio@cox.net>
Documentation/git-am.txt
git-am.sh