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>
This commit is contained in:
Shawn O. Pearce
2006-11-06 20:50:59 -05:00
parent 6e27d826c8
commit ec6b424abb
2 changed files with 238 additions and 102 deletions

1
git-citool Symbolic link
View File

@@ -0,0 +1 @@
git-gui