git-gui: Bind M1-N to create branch.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 06:34:55 +0000 (01:34 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:25 +0000 (02:54 -0500)
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>
No differences found