From: Shawn O. Pearce Date: Wed, 24 Sep 2008 16:48:20 +0000 (-0700) Subject: git-gui: Hide commit related UI during citool --nocommit X-Git-Tag: v1.6.1-rc1~211^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1e02b32e7212d4f5f596a7161dc7c5cb76ac965d?hp=1e02b32e7212d4f5f596a7161dc7c5cb76ac965d 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 ---