git p4: Use git diff-tree instead of format-patch
commit109efbe4f24b1748f42af52ca6d528b2d7ffe048
authorCrestez Dan Leonard <cdleonard@gmail.com>
Thu, 21 Nov 2013 15:19:03 +0000 (21 17:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Nov 2013 23:30:51 +0000 (22 15:30 -0800)
tree47f345cb0102b87002c99ec49867ad2985701f1a
parentbecb4336cb05c5ec456babaeafefa2e24ee85773
git p4: Use git diff-tree instead of format-patch

The output of git format-patch can vary with user preferences. In
particular setting diff.noprefix will break the "git apply" that
is done as part of "git p4 submit".

Acked-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Crestez Dan Leonard <cdleonard@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py