summaryrefslogtreecommitdiff
path: root/git-citool
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2006-11-06 20:50:59 -0500
committerShawn O. Pearce <spearce@spearce.org>2006-11-07 03:05:17 -0500
commitec6b424abb8d0a5c6399bcffdfde19aa47f16d18 (patch)
tree4d826fdc1bc5c133fd5f2e0d4c52c5295b73b554 /git-citool
parent6e27d826c807153a4773f197e5056d66a6a809c0 (diff)
downloadgit-ec6b424abb8d0a5c6399bcffdfde19aa47f16d18.tar.gz
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>
Diffstat (limited to 'git-citool')
l---------git-citool1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-citool b/git-citool
new file mode 120000
index 0000000000..b5f620fd09
--- /dev/null
+++ b/git-citool
@@ -0,0 +1 @@
+git-gui \ No newline at end of file