aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-branch.txt
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@gmail.com>2011-07-01 15:06:08 +0900
committerJunio C Hamano <gitster@pobox.com>2011-07-01 11:22:09 -0700
commitb792c067872a6b4ec6545dc4375a7084626cb0fa (patch)
tree6df2f73241079eb15d9c40c484536ad1730076f7 /Documentation/git-branch.txt
parent76c82f90abde8820461e042c6654673f1147881d (diff)
downloadgit-b792c067872a6b4ec6545dc4375a7084626cb0fa.tar.gz
git-b792c067872a6b4ec6545dc4375a7084626cb0fa.tar.xz
branch -v: honor core.abbrev
Use the value from 'core.abbrev' configuration variable unless user specifies the length on command line when showing commit object name in "branch -v" output. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r--Documentation/git-branch.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index c50f18982..507b8d0ab 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -113,7 +113,8 @@ OPTIONS
--abbrev=<length>::
Alter the sha1's minimum display length in the output listing.
- The default value is 7.
+ The default value is 7 and can be overridden by the `core.abbrev`
+ config option.
--no-abbrev::
Display the full sha1s in the output listing rather than abbreviating them.