git-rebase: Use --ignore-if-in-upstream option when executing git-format-patch.
commita6ec3c1599f990b4f2f3dab2606688639f74d844
authorRobert Shearman <rob@codeweavers.com>
Tue, 3 Oct 2006 16:29:26 +0000 (3 17:29 +0100)
committerJunio C Hamano <junkio@cox.net>
Thu, 9 Nov 2006 22:41:16 +0000 (9 14:41 -0800)
tree67f3995486d87c46256b7cb4566a8b236a85e7f5
parent45bf473a7bc2c40c8aea3d34a0eab7a41e77a8ff
git-rebase: Use --ignore-if-in-upstream option when executing git-format-patch.

This reduces the number of conflicts when rebasing after a series of
patches to the same piece of code is committed upstream.

Signed-off-by: Robert Shearman <rob@codeweavers.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-rebase.sh