X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=Documentation%2Fpretty-options.txt;h=2a3dc8664f16957a05bc4d81824d7995517ac89c;hb=b2cd17b925a43c232955a53276caf0e20bfd9095;hp=d5c977262a818683ebd47d77d37a26c66737119f;hpb=e4ae6efb78ca7d2ff16575f841b1781b96a7582c;p=git.git diff --git a/Documentation/pretty-options.txt b/Documentation/pretty-options.txt index d5c977262..2a3dc8664 100644 --- a/Documentation/pretty-options.txt +++ b/Documentation/pretty-options.txt @@ -19,6 +19,11 @@ configuration (see linkgit:git-config[1]). This should make "--pretty=oneline" a whole lot more readable for people using 80-column terminals. +--no-abbrev-commit:: + Show the full 40-byte hexadecimal commit object name. This negates + `--abbrev-commit` and those options which imply it such as + "--oneline". It also overrides the 'log.abbrevCommit' variable. + --oneline:: This is a shorthand for "--pretty=oneline --abbrev-commit" used together.