Skip to content

Commit 5e00f6f

Browse files
qurJunio C Hamano
authored andcommitted
git-branch: document new --no-abbrev option
Add the new --no-abbrev option to the man page for the git-branch command. Signed-off-by: Julian Phillips <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 43bc820 commit 5e00f6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/git-branch.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ git-branch - List, create, or delete branches
88
SYNOPSIS
99
--------
1010
[verse]
11-
'git-branch' [--color | --no-color] [-r | -a] [-v [--abbrev=<length>]]
11+
'git-branch' [--color | --no-color] [-r | -a]
12+
[-v [--abbrev=<length> | --no-abbrev]]
1213
'git-branch' [-l] [-f] <branchname> [<start-point>]
1314
'git-branch' (-m | -M) [<oldbranch>] <newbranch>
1415
'git-branch' (-d | -D) [-r] <branchname>...
@@ -80,6 +81,9 @@ OPTIONS
8081
Alter minimum display length for sha1 in output listing,
8182
default value is 7.
8283

84+
--no-abbrev::
85+
Display the full sha1s in output listing rather than abbreviating them.
86+
8387
<branchname>::
8488
The name of the branch to create or delete.
8589
The new branch name must pass all checks defined by

0 commit comments

Comments
 (0)