git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-gui shows untracked files as "changed but not updated"
@ 2007-02-14 16:33 Sergio Callegari
  2007-02-14 19:33 ` Shawn O. Pearce
  0 siblings, 1 reply; 2+ messages in thread
From: Sergio Callegari @ 2007-02-14 16:33 UTC (permalink / raw)
  To: git

A short mail just to check if this is the intended behaviour...

Sergio

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

* Re: git-gui shows untracked files as "changed but not updated"
  2007-02-14 16:33 git-gui shows untracked files as "changed but not updated" Sergio Callegari
@ 2007-02-14 19:33 ` Shawn O. Pearce
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn O. Pearce @ 2007-02-14 19:33 UTC (permalink / raw)
  To: Sergio Callegari; +Cc: git

Sergio Callegari <scallegari@arces.unibo.it> wrote:
> A short mail just to check if this is the intended behaviour...

Yes.  But it may not make sense.  As you may have thought, and why
this email started...

Basically it was laziness.  Originally git-gui used the current
layout (2 file lists) but the meaning of the lists was "existing
files" and "untracked files".  This turned out to really be hard to
use, especially when you are trying to work through merge conflicts.
Even _I_ had a tough time making use of that UI, and I knew what
I was doing.  ;-)

Refactoring the UI to its current design made a lot of sense, and
made git-gui very useful during merges.  But it left the untracked
files out in the wind with no place to show them.  Adding a new
file list was too much screen space (in my mind) and putting them
in the left ("Changes To Be Committed") is way wrong (as they won't
be committed by default), so the right list it was.

-- 
Shawn.

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

end of thread, other threads:[~2007-02-14 19:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-14 16:33 git-gui shows untracked files as "changed but not updated" Sergio Callegari
2007-02-14 19:33 ` Shawn O. Pearce

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).