]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/pretty-options.txt
Fifteenth batch
[thirdparty/git.git] / Documentation / pretty-options.txt
index 7a6da6db780eb422fa03ae4d05e0dd3ec8ecf4b5..17c5aac4b71d5af126a0bd85d3ffef2e94468e3c 100644 (file)
@@ -25,8 +25,8 @@ 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.
+       `--abbrev-commit`, either explicit or implied by other options such
+       as "--oneline". It also overrides the `log.abbrevCommit` variable.
 
 --oneline::
        This is a shorthand for "--pretty=oneline --abbrev-commit"