From: Shawn O. Pearce Date: Sun, 21 Jan 2007 03:45:19 +0000 (-0500) Subject: git-gui: Convert UI to use 'staged for commit' interface. X-Git-Tag: gitgui-0.6.0~123 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/21e409ad7f85b0557b0baa6d32f9b2064c7aa633?hp=21e409ad7f85b0557b0baa6d32f9b2064c7aa633 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 ---