mirror of
https://github.com/git/git.git
synced 2026-01-11 18:45:28 +00:00
Merge branch 'so/pretty-abbrev-doc'
Documentation update for "--no-abbrev-commit". * so/pretty-abbrev-doc: pretty-options.txt: fix --no-abbrev-commit description
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user