]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: Refactor single_commit to a proc.
authorShawn O. Pearce <spearce@spearce.org>
Thu, 8 Feb 2007 23:03:41 +0000 (18:03 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 8 Feb 2007 23:03:41 +0000 (18:03 -0500)
commitcf25ddc8b31ef883cf23eeb8d2eae21535a98002
tree54b429b70ed93e50c53af3d492c2aba3ad95a6da
parent42b922fcf6f3bd16c4579f2b9e1e52c79096eba2
git-gui: Refactor single_commit to a proc.

This is a minor code cleanup to make working with what used to be the
$single_commit flag easier.  Its also to better handle various UI
configurations, depending on command line parameters given by the
user, or perhaps user preferences.

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