Skip to content

Commit 18a2197

Browse files
trastgitster
authored andcommitted
Documentation: rev-list-options: Fix -g paragraph formatting
- Add an escape to @{now}. Without the escape, the brace does something magic and eats half the sentence up to the closing brace at 'timestamp}'. - Join the last paragraph with a '+'. Signed-off-by: Thomas Rast <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0f4f4d1 commit 18a2197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/rev-list-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@ With '\--pretty' format other than oneline (for obvious reasons),
260260
this causes the output to have two extra lines of information
261261
taken from the reflog. By default, 'commit@\{Nth}' notation is
262262
used in the output. When the starting commit is specified as
263-
'commit@{now}', output also uses 'commit@\{timestamp}' notation
263+
'commit@\{now}', output also uses 'commit@\{timestamp}' notation
264264
instead. Under '\--pretty=oneline', the commit message is
265265
prefixed with this information on the same line.
266-
266+
+
267267
Cannot be combined with '\--reverse'.
268268
See also linkgit:git-reflog[1].
269269

0 commit comments

Comments
 (0)