All of lore.kernel.org
 help / color / mirror / Atom feed
* [REQ] Better error reporting when git rebase cannot rebase
@ 2008-04-02 15:44 Jake Goulding
  2008-04-03  9:57 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: Jake Goulding @ 2008-04-02 15:44 UTC (permalink / raw)
  To: git

Right now, if you have modified files in the working directory and 
attempt to do a git rebase, you will see messages like:

$ git rebase origin/master
Makefile: needs update

However, it isn't always clear that that means the rebase *did not 
work*. This has bitten a few of my developers a few times when they 
think that a rebase worked and that they need to perform some sort of 
"update" to the files in question.

I would suggest making this more explicit:

$ git rebase origin/master
* error: rebasing branch master on branch origin/master failed
Makefile: uncommitted changes would be overwritten

Thanks!

-Jake

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-03 13:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-02 15:44 [REQ] Better error reporting when git rebase cannot rebase Jake Goulding
2008-04-03  9:57 ` Jeff King
2008-04-03 13:38   ` Jake Goulding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.