git-gui: Hide commit related UI during citool --nocommit
authorShawn O. Pearce <spearce@spearce.org>
Wed, 24 Sep 2008 16:48:20 +0000 (09:48 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 24 Sep 2008 16:53:35 +0000 (09:53 -0700)
If the user started git-gui as "git citool --nocommit" then they
don't need the new commit / amend commit radio buttons, or the sign
off button in the UI. Rather than use up space with options the
user cannot activate they are simply not installed into the UI.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found