]> git.ipfire.org Git - thirdparty/git.git/commit - git-gui/git-gui.sh
git-gui: Finished commit implementation.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 01:50:59 +0000 (20:50 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 08:05:17 +0000 (03:05 -0500)
commitec6b424abb8d0a5c6399bcffdfde19aa47f16d18
tree4d826fdc1bc5c133fd5f2e0d4c52c5295b73b554
parent6e27d826c807153a4773f197e5056d66a6a809c0
git-gui: Finished commit implementation.

We can now commit any type of commit (initial, normal or merge) using
the same techniques as git-commit.sh does for these types of things.

If invoked as git-citool we run exit immediately after the commit was
finished.  If invoked as git-gui then we stay running.

Also fixed a bug which caused the commit message buffer to be lost
when the application shutdown and restarted.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-citool [new symlink]
git-gui