summaryrefslogtreecommitdiffstats
path: root/git-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-03-03 05:18:26 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-03-03 05:18:26 +0000
commita3fccdf5d51687c814cdd0a07d32c6e3d8fd1880 (patch)
tree6b8bff242f7f96563f3e106cb2bfd5123582849b /git-branch.txt
parenta3fd83c02508738c186c6e04d6a306d992b78ed9 (diff)
downloadgit-htmldocs-a3fccdf5d51687c814cdd0a07d32c6e3d8fd1880.tar.gz
Autogenerated HTML docs for v1.5.0.2-279-g4808
Diffstat (limited to 'git-branch.txt')
-rw-r--r--git-branch.txt6
1 files changed, 5 insertions, 1 deletions
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=<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>...
@@ -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.
+
<branchname>::
The name of the branch to create or delete.
The new branch name must pass all checks defined by