]> git.ipfire.org Git - thirdparty/git.git/commit - git-gui/git-gui.sh
git-gui: Toggle between new commit and amend commit modes.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 19 Nov 2006 01:59:49 +0000 (20:59 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 19 Nov 2006 03:46:07 +0000 (22:46 -0500)
commit24ac9b752d6df7ab309826d487fbeaae53806025
tree20b54522afef63a9b84b12b7cd6ec69c6b26b017
parentef5c971506bef5046f1a50e1bfb2630cf458afff
git-gui: Toggle between new commit and amend commit modes.

I was starting to find it annoying that once you entered the 'Amend Last'
mode there was no way to go back to the 'New Commit' mode without quitting
and restarting git-gui.  Its just confusing for the end-user.

Now we can flip back and forth between a new commit and an amend commit
through a pair of radio buttons on the header of the commit buffer area
and through a pair of radio menu buttons in the Commit menu.

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