jgit: create a branch command
commit65c530361cdbebe3dbd814d33852ab5ed1197b34
authorCharles O'Farrell <charleso@charleso.org>
Sat, 9 Aug 2008 06:04:28 +0000 (9 16:04 +1000)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 10 Aug 2008 02:26:45 +0000 (9 19:26 -0700)
tree2d20b01074e95e261fd07f7ba4704eaab7232b57
parent25cbf794e14b89f8e979847af915379d15eeb100
jgit: create a branch command

This command lists the existing branches, highlighting the current branch with an asterisk. Currently only the -r and -a options are supported.

Signed-off-by: Charles O'Farrell <charleso@charleso.org>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit.pgm/src/META-INF/services/org.spearce.jgit.pgm.TextBuiltin
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/Branch.java [new file with mode: 0644]