Code

Merge branch 'jc/numstat'
[git.git] / Documentation / git-branch.txt
index 5376760813954b3aed9300a03cc2f5f21c4724f2..4f5b5d5028e15f693440baa57358ab4c898994e8 100644 (file)
@@ -8,7 +8,7 @@ git-branch - List, create, or delete branches.
 SYNOPSIS
 --------
 [verse]
-'git-branch' [-r] [-a]
+'git-branch' [-r] [-a] [-v] [--abbrev=<length>]
 'git-branch' [-l] [-f] <branchname> [<start-point>]
 'git-branch' (-d | -D) <branchname>...
 
@@ -52,6 +52,13 @@ OPTIONS
 -a::
        List both remote-tracking branches and local branches.
 
+-v::
+       Show sha1 and subject message for each head.
+
+--abbrev=<length>::
+       Alter minimum display length for sha1 in output listing,
+       default value is 7.
+
 <branchname>::
        The name of the branch to create or delete.
        The new branch name must pass all checks defined by