summaryrefslogtreecommitdiff
path: root/git-gui.sh
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-07-23 04:20:04 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2007-07-23 04:20:04 (GMT)
commit9c5a3c7797449e1b3e6455327394677c21f0f908 (patch)
treed9eaea1e57315f9f8e6882c0177e1bcdcc15babe /git-gui.sh
parente7d7b1a34ea3d3e4ee44471acbc97eda9bfffb55 (diff)
downloadgit-9c5a3c7797449e1b3e6455327394677c21f0f908.zip
git-9c5a3c7797449e1b3e6455327394677c21f0f908.tar.gz
git-9c5a3c7797449e1b3e6455327394677c21f0f908.tar.bz2
git-gui: Paper bag fix quitting crash after commit
My earlier introduction of the GITGUI_BCK file (which saves the user's commit message buffer while they are typing it) broke the Quit function. If the user makes a commit we delete the GITGUI_BCK file; if they then immediately quit the application we fail to rename the GITGUI_BCK file to GITGUI_MSG. This is because the file does not exist, but our flag still says it does. The root cause is we did not unset the flag during commit. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-gui.sh')
0 files changed, 0 insertions, 0 deletions