Re: [PATCH] git p4: Use git diff-tree instead of format-patch

2013-11-22 Thread Junio C Hamano
Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] git p4: Use git diff-tree instead of format-patch

2013-11-22 Thread Pete Wyckoff
gits...@pobox.com wrote on Thu, 21 Nov 2013 11:47 -0800: > Crestez Dan Leonard writes: > > > 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". > > > > Signed-off-by: Creste

Re: [PATCH] git p4: Use git diff-tree instead of format-patch

2013-11-21 Thread Junio C Hamano
Crestez Dan Leonard writes: > 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". > > Signed-off-by: Crestez Dan Leonard > --- > git-p4.py | 2 +- > 1 file changed, 1 insertion