From 5e00f6faf47b4e456080c792d148bd490efa94c3 Mon Sep 17 00:00:00 2001 From: Julian Phillips Date: Sat, 3 Mar 2007 00:31:17 +0000 Subject: 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 Signed-off-by: Junio C Hamano --- Documentation/git-branch.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index aa1fdd402..3ea3b8063 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/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 -- cgit v1.2.1