From: Shawn O. Pearce Date: Wed, 21 Feb 2007 06:33:59 +0000 (-0500) Subject: git-gui: Don't crash in citool mode on initial commit. X-Git-Tag: gitgui-0.6.1^0 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/981193786fc30b9ee73b9f223a75642b4ed455b9?ds=inline;hp=981193786fc30b9ee73b9f223a75642b4ed455b9 git-gui: Don't crash in citool mode on initial commit. Attempting to use `git citool` to create an initial commit caused git-gui to crash with a Tcl error as it tried to add the newly born branch to the non-existant branch menu. Moving this code to after the normal commit cleanup logic resolves the issue, as we only have a branch menu if we are not in singlecommit mode. Signed-off-by: Shawn O. Pearce ---