commit | 1e02b32e7212d4f5f596a7161dc7c5cb76ac965d | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Wed Sep 24 09:48:20 2008 -0700 |
committer | Shawn O. Pearce <spearce@spearce.org> | Wed Sep 24 09:53:35 2008 -0700 |
tree | 66d4589dd17dbaf968bc36c8683175847cd9ff3a | |
parent | 1e65c6225dea2e15df81f6c91927cb0b8fab443c [diff] |
git-gui: Hide commit related UI during citool --nocommit 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>