From: Junio C Hamano Date: Sat, 25 Nov 2006 10:05:21 +0000 (+0000) Subject: Autogenerated HTML docs for v1.4.4.1-gf64d X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=53edd073c796373ac390092f20e33f5ebc30d31d;p=git.git Autogenerated HTML docs for v1.4.4.1-gf64d --- diff --git a/git-branch.html b/git-branch.html index 65e7a370d..486778935 100644 --- a/git-branch.html +++ b/git-branch.html @@ -273,7 +273,7 @@ git-branch(1) Manual Page

SYNOPSIS

-
git-branch [-r] [-a] +
git-branch [-r] [-a] [-v] [--abbrev=<length>] git-branch [-l] [-f] <branchname> [<start-point>] git-branch (-d | -D) <branchname>…
@@ -345,6 +345,23 @@ has a ref log then the ref log will also be deleted.

+-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>
@@ -431,7 +448,7 @@ a branch and check it out with a single command.

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