git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git UI nit
@ 2006-12-06 14:22 Han-Wen Nienhuys
  2006-12-06 14:46 ` Johannes Schindelin
  0 siblings, 1 reply; 8+ messages in thread
From: Han-Wen Nienhuys @ 2006-12-06 14:22 UTC (permalink / raw)
  To: git


When merging changes into a dirty working copy, one may get 

..
Updating 62a005d..7bbd698
Makefile: needs update
README: needs update
config.mak.in: needs update
configure.ac: needs update
fatal: Entry 'Makefile' not uptodate. Cannot merge.
..


This is bad error message; "uptodate" suggests that Makefile is too old. 
The problem is the reverse.  The Makefile has been
edited and hence it is 'newer'.  

This message should say 

 Entry 'Makefile' is dirty. 
 Revert or commit changes before merging

-- 
 Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen

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

end of thread, other threads:[~2006-12-06 16:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-06 14:22 git UI nit Han-Wen Nienhuys
2006-12-06 14:46 ` Johannes Schindelin
2006-12-06 15:09   ` Han-Wen Nienhuys
2006-12-06 15:20     ` Johannes Schindelin
2006-12-06 15:36       ` Jakub Narebski
2006-12-06 16:04         ` Han-Wen Nienhuys
2006-12-06 16:23           ` Jakub Narebski
2006-12-06 15:41       ` Han-Wen Nienhuys

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).