Re: What's cooking in git.git (topics)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Matthieu Moy
Date: Tuesday, October 2, 2007 - 12:03 am

Steffen Prohaska <prohaska@zib.de> writes:


I'm also concerned about the possibility of stash/unstash to fail:
that means the user has to deal with two kinds of conflicts (rebase
can conflict, unstash can also), which can be confusing.

But the current behavior can be greatly improved by just making the
error message better. Currently, I have this:

$ git rebase branch
foo.txt: needs update
$ _

I'd prefer something like

$ git rebase branch
cannot rebase: the working tree is not clean.
foo.txt: Changed but not updated
Commit your changes, or put them appart with "git stash" and retry.
$ _

-- 
Matthieu
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
What's cooking in git.git (topics), Junio C Hamano, (Thu Sep 6, 1:52 am)
What's cooking in git.git (topics), Junio C Hamano, (Fri Sep 14, 3:04 am)
Re: What's cooking in git.git (topics), Shawn O. Pearce, (Fri Sep 14, 11:30 am)
Re: What's cooking in git.git (topics), Johannes Schindelin, (Fri Sep 14, 4:47 pm)
What's cooking in git.git (topics), Junio C Hamano, (Wed Sep 26, 1:05 pm)
Re: What's cooking in git.git (topics), Carlos Rica, (Wed Sep 26, 2:07 pm)
Re: What's cooking in git.git (topics), Johannes Schindelin, (Wed Sep 26, 2:44 pm)
Re: What's cooking in git.git (topics), Tom Clarke, (Wed Sep 26, 2:53 pm)
Re: What's cooking in git.git (topics), Jeff King, (Wed Sep 26, 7:36 pm)
Re: What's cooking in git.git (topics), David Kastrup, (Wed Sep 26, 11:08 pm)
Re: What's cooking in git.git (topics), David Kastrup, (Wed Sep 26, 11:43 pm)
Re: What's cooking in git.git (topics), Jeff King, (Thu Sep 27, 6:30 am)
Re: What's cooking in git.git (topics), Daniel Barkalow, (Thu Sep 27, 8:24 pm)
Re: What's cooking in git.git (topics), Jeff King, (Mon Oct 1, 9:16 pm)
Re: What's cooking in git.git (topics), Junio C Hamano, (Mon Oct 1, 10:01 pm)
Re: What's cooking in git.git (topics), Jeff King, (Mon Oct 1, 10:08 pm)
Re: What's cooking in git.git (topics), Jeff King, (Mon Oct 1, 10:13 pm)
What's cooking in git.git (topics), Junio C Hamano, (Mon Oct 1, 10:53 pm)
Re: What's cooking in git.git (topics), Steven Grimm, (Mon Oct 1, 11:41 pm)
Re: What's cooking in git.git (topics), Steffen Prohaska, (Mon Oct 1, 11:44 pm)
Re: What's cooking in git.git (topics), Matthieu Moy, (Tue Oct 2, 12:03 am)
Re: What's cooking in git.git (topics), Junio C Hamano, (Tue Oct 2, 12:21 am)
Re: What's cooking in git.git (topics), Matthieu Moy, (Tue Oct 2, 1:07 am)
Re: What's cooking in git.git (topics), Johannes Schindelin, (Tue Oct 2, 5:52 am)
Re: What's cooking in git.git (topics), Daniel Barkalow, (Tue Oct 2, 10:00 am)
Re: What's cooking in git.git (topics), Junio C Hamano, (Tue Oct 2, 10:44 am)