git-gui: Option to default new branches to match tracking branches
authorShawn O. Pearce <spearce@spearce.org>
Thu, 5 Jul 2007 05:07:06 +0000 (01:07 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 9 Jul 2007 01:12:54 +0000 (21:12 -0400)
commit7cf044266779d69d3a16322b4d505bc87267a005
tree433e6ed16c8689c5d7b7b884b96d1bb255a48085
parent560eddc00c02e82077998200e8d8a45c31af924c
git-gui: Option to default new branches to match tracking branches

In some workflows users will want to almost always just create a new
local branch that matches a remote branch.  In this type of workflow
it is handy to have the new branch dialog default to "Match Tracking
Branch" and "Starting Revision"-Tracking Branch", with the focus in
the branch filter field.  This can save users working on this type
of workflow at least two mouse clicks every time they create a new
local branch or switch to one with a fast-forward.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh
lib/branch_create.tcl
lib/choose_rev.tcl
lib/option.tcl