From: Junio C Hamano Date: Sat, 25 Nov 2006 10:05:24 +0000 (+0000) Subject: Autogenerated man pages for v1.4.4.1-gf64d X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=9902ce08a72dc91ae2728b074cb4b2a701767b04;p=git.git Autogenerated man pages for v1.4.4.1-gf64d --- diff --git a/man1/git-branch.1 b/man1/git-branch.1 index 5dffa77931..c3f9bee99e 100755 --- a/man1/git-branch.1 +++ b/man1/git-branch.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-BRANCH" "1" "11/24/2006" "" "" +.TH "GIT\-BRANCH" "1" "11/25/2006" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -12,7 +12,7 @@ git\-branch \- List, create, or delete branches. .SH "SYNOPSIS" .sp .nf -\fIgit\-branch\fR [\-r] [\-a] +\fIgit\-branch\fR [\-r] [\-a] [\-v] [\-\-abbrev=] \fIgit\-branch\fR [\-l] [\-f] [] \fIgit\-branch\fR (\-d | \-D) \&... .fi @@ -43,6 +43,12 @@ List the remote\-tracking branches. \-a List both remote\-tracking branches and local branches. .TP +\-v +Show sha1 and subject message for each head. +.TP +\-\-abbrev= +Alter minimum display length for sha1 in output listing, default value is 7. +.TP The name of the branch to create or delete. The new branch name must pass all checks defined by \fBgit\-check\-ref\-format\fR(1). Some of these checks may restrict the characters allowed in a branch name.