From a3fccdf5d51687c814cdd0a07d32c6e3d8fd1880 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 3 Mar 2007 05:18:26 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.0.2-279-g4808 --- git-branch.html | 13 +++++++++++-- git-branch.txt | 6 +++++- git.html | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/git-branch.html b/git-branch.html index 51e171acc..937b288d1 100644 --- a/git-branch.html +++ b/git-branch.html @@ -273,7 +273,8 @@ git-branch(1) Manual Page

SYNOPSIS

-
git-branch [--color | --no-color] [-r | -a] [-v [--abbrev=<length>]] +
git-branch [--color | --no-color] [-r | -a] + [-v [--abbrev=<length> | --no-abbrev]] git-branch [-l] [-f] <branchname> [<start-point>] git-branch (-m | -M) [<oldbranch>] <newbranch> git-branch (-d | -D) [-r] <branchname>…
@@ -402,6 +403,14 @@ to delete remote-tracking branches.

+--no-abbrev +
+
+

+ Display the full sha1s in output listing rather than abbreviating them. +

+
+
<branchname>
@@ -511,7 +520,7 @@ a branch and check it out with a single command.

diff --git a/git-branch.txt b/git-branch.txt index aa1fdd402..3ea3b8063 100644 --- a/git-branch.txt +++ b/git-branch.txt @@ -8,7 +8,8 @@ git-branch - List, create, or delete branches SYNOPSIS -------- [verse] -'git-branch' [--color | --no-color] [-r | -a] [-v [--abbrev=]] +'git-branch' [--color | --no-color] [-r | -a] + [-v [--abbrev= | --no-abbrev]] 'git-branch' [-l] [-f] [] 'git-branch' (-m | -M) [] 'git-branch' (-d | -D) [-r] ... @@ -80,6 +81,9 @@ OPTIONS Alter minimum display length for sha1 in output listing, default value is 7. +--no-abbrev:: + Display the full sha1s in output listing rather than abbreviating them. + :: The name of the branch to create or delete. The new branch name must pass all checks defined by diff --git a/git.html b/git.html index 2d311cea3..c664b0e2b 100644 --- a/git.html +++ b/git.html @@ -2298,7 +2298,7 @@ contributors on the git-list <git@vger.kernel.org>.

-- 2.26.2