Skip to content

Commit

Permalink
git-branch: document new --no-abbrev option
Browse files Browse the repository at this point in the history
Add the new --no-abbrev option to the man page for the git-branch command.

Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Julian Phillips authored and Junio C Hamano committed Mar 3, 2007
1 parent 43bc820 commit 5e00f6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Documentation/git-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>...
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5e00f6f

Please sign in to comment.