X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-branch.txt;h=507b8d0ab2a2d524a607c5b91e6d17f6d2f36392;hb=dbfae86a7b0bf9f9a4f37dbc916e8d26a5f9d51c;hp=9106d38e406003cd53fd690ca66ee8e98630e4e3;hpb=bac9c06ba093d9254cb2ab3eed074722a3e635a6;p=git.git diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 9106d38e4..507b8d0ab 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -113,7 +113,8 @@ OPTIONS --abbrev=:: 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. @@ -232,14 +233,6 @@ linkgit:git-remote[1], link:user-manual.html#what-is-a-branch[``Understanding history: What is a branch?''] in the Git User's Manual. -Author ------- -Written by Linus Torvalds and Junio C Hamano - -Documentation --------------- -Documentation by Junio C Hamano and the git-list . - GIT --- Part of the linkgit:git[1] suite