On Sep 30, 2007, at 11:41 PM, Johannes Schindelin wrote:
On Sun, 30 Sep 2007, Steffen Prohaska wrote:
On Sep 30, 2007, at 11:30 PM, Johannes Schindelin wrote:
On Sun, 30 Sep 2007, Steffen Prohaska wrote:
When preparing a series of commits for upstream you may need to
signoff commits if you forgot to do so earlier.
Why not use format-patch's --signoff option for that?
format-patch is fine for mail. But if I either push the commits to a
shared repo (like msysgit's mob) or ask upstream to pull from my
public
repo format-patch doesn't help directly.
Fair enough. But maybe "rebase --interactive" is not too difficult,
either?
But not too easy either because "rebase --interactive" is based on
"git merge" and not "git am". You can just use a two step process
instead and first "rebase --interactive" followed by
"rebase --signoff".
Steffen
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html