Teach git-am to pass -p option down to git-apply
authorJunio C Hamano <junkio@cox.net>
Mon, 12 Feb 2007 06:05:36 +0000 (22:05 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 12 Feb 2007 06:05:36 +0000 (22:05 -0800)
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>
No differences found