Skip to content

Commit ee22a29

Browse files
sorganovgitster
authored andcommitted
pretty-options.txt: fix --no-abbrev-commit description
Description suggested --no-abbrev-commit negates --oneline as well as any other option that implies --abbrev-commit. Fix it to say that it's --abbrev-commit that is negated, not the option that implies it. Signed-off-by: Sergey Organov <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 47ae905 commit ee22a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/pretty-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ people using 80-column terminals.
2525

2626
--no-abbrev-commit::
2727
Show the full 40-byte hexadecimal commit object name. This negates
28-
`--abbrev-commit` and those options which imply it such as
29-
"--oneline". It also overrides the `log.abbrevCommit` variable.
28+
`--abbrev-commit`, either explicit or implied by other options such
29+
as "--oneline". It also overrides the `log.abbrevCommit` variable.
3030

3131
--oneline::
3232
This is a shorthand for "--pretty=oneline --abbrev-commit"

0 commit comments

Comments
 (0)