summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 43bc820)
raw | patch | inline | side by side (parent: 43bc820)
author | Julian Phillips <julian@quantumfyre.co.uk> | |
Sat, 3 Mar 2007 00:31:17 +0000 (00:31 +0000) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 3 Mar 2007 00:39:18 +0000 (16:39 -0800) |
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>
Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-branch.txt | patch | blob | history |
index aa1fdd402aa1771ab77af5e274a7e0452bbe8aa5..3ea3b8063520fe2a6f97b767d5f2e2ac05d147d9 100644 (file)
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>...
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