git-gui: Allow user to specify a branch name pattern.
commitc845692d7551cbcbfd8c6dda2aa2e3b135838e39
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 21:28:59 +0000 (21 16:28 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 22 Jan 2007 03:47:57 +0000 (21 22:47 -0500)
tree53f3957bf406540215eb9a358f2a631e0d8a4216
parente754d6efe7810f5f2c6cbd48dca21f1bc84a6a5e
git-gui: Allow user to specify a branch name pattern.

Typically I'm creating all new branches with the same prefix, e.g. 'sp/'.
So its handy to be able to setup a repository (or global) level config
option for git gui which contains this initial prefix.  Once set then
git-gui will load it into the new branch name field whenever a new
branch is being created.

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