]> git.ipfire.org Git - thirdparty/git.git/commit - git-gui/git-gui.sh
git-gui: Don't save amended commit message buffer.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 21 Nov 2006 02:59:19 +0000 (21:59 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 21 Nov 2006 05:22:34 +0000 (00:22 -0500)
commit21d7744fbc98b526bc00138fce287565df2c0075
tree148d22e5f39834d47ab24f2ab3bcb99353040f71
parent444f92d097425e8d1043a14571ebfd82c1c3b0a5
git-gui: Don't save amended commit message buffer.

Because we don't automatically restart in amend mode when we quit while
in amend mode the commit message buffer shouldn't be saved to GITGUI_MSG
as it would be misleading when the user restarts the application.

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