]> git.ipfire.org Git - thirdparty/git.git/commit - git-gui/git-gui.sh
git-gui: Convert UI to use 'staged for commit' interface.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 03:45:19 +0000 (22:45 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:22 +0000 (02:54 -0500)
commit21e409ad7f85b0557b0baa6d32f9b2064c7aa633
tree2bac781c995d2957004dfd865819dce7327a7163
parent0812665e578cf8ac1fe9a69b5557e3781be2d8ff
git-gui: Convert UI to use 'staged for commit' interface.

This is a rather drastic change to the git-gui user interface, but it
doesn't really look any different yet.  I've taken the two lists and
converted them to being "changes to be committed" and "changed but
not updated".  These lists correspond to the same lists output by
git-runstatus based on how files differ in the HEAD<->index and the
index<->working directory comparsions it performs.

This change is meant to correlate with the change in Git 1.5.0 where
we have brought the index more into the foreground and are trying to
teach users to make use of it as part of their daily operations.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh