Skip to content

Commit efc39d6

Browse files
Štěpán Němecgitster
authored andcommitted
Remove stray quotes in --pretty and --format documentation
Quotes (for emphasis) are used in option explanations, not the headings. Signed-off-by: Štěpán Němec <[email protected]> Acked-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0adda93 commit efc39d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/git-shortlog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ OPTIONS
4444
--email::
4545
Show the email address of each author.
4646

47-
--format[='<format>']::
47+
--format[=<format>]::
4848
Instead of the commit subject, use some other information to
4949
describe each commit. '<format>' can be any string accepted
5050
by the `--format` option of 'git log', such as '{asterisk} [%h] %s'.

Documentation/pretty-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--pretty[='<format>']::
2-
--format='<format>'::
1+
--pretty[=<format>]::
2+
--format=<format>::
33

44
Pretty-print the contents of the commit logs in a given format,
55
where '<format>' can be one of 'oneline', 'short', 'medium',

0 commit comments

Comments
 (0)