Code

git-gui: Created Branch menu.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 24 Nov 2006 22:30:12 +0000 (17:30 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 24 Nov 2006 22:30:12 +0000 (17:30 -0500)
commit700a65ce380f29a5083bcc230aa1ef5c28e66f2c
treea61cb972babf2571b56a75e8918ee6dc2b6fcf76
parent9342e26d3a832dd24878725b42444b8efe4fa1c4
git-gui: Created Branch menu.

This is an early start at branch management from within git-gui.  The
branch menu has create/delete command entries to create and delete
branches as well as a list of radiobutton entries for each branch
found in the repository through for-each-ref.

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