git-gui: Bind M1-N to create branch.
commitbd29ebc3927780c2bc6c91abb12054a283201c15
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 06:34:55 +0000 (21 01:34 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:25 +0000 (21 02:54 -0500)
treea7a8b57a880425440470ba6a3c9023d7ee61e34c
parentc5ab47cbe4cf9f2f3068c9bf23a666404b615176
git-gui: Bind M1-N to create branch.

Creating branches is a common enough activity within a Git project
that we probably should give it a keyboard accelerator.  N is not
currently used and seems reasonable to stand for "New Branch". To
bad our menu calls it create.

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