summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2008-08-10 13:04:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-08-11 06:11:48 (GMT)
commit18a2197e6d1be4b2a4a4b10cac34215fac5be5f9 (patch)
treea2930cbe0a8aa6437024a0865cbf454bb4945eb3 /Documentation
parent0f4f4d1597219bad74c4fde624321d8a05d1b55e (diff)
downloadgit-18a2197e6d1be4b2a4a4b10cac34215fac5be5f9.zip
git-18a2197e6d1be4b2a4a4b10cac34215fac5be5f9.tar.gz
git-18a2197e6d1be4b2a4a4b10cac34215fac5be5f9.tar.bz2
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 <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/rev-list-options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index f69260f..56e2eca 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -260,10 +260,10 @@ With '\--pretty' format other than oneline (for obvious reasons),
this causes the output to have two extra lines of information
taken from the reflog. By default, 'commit@\{Nth}' notation is
used in the output. When the starting commit is specified as
-'commit@{now}', output also uses 'commit@\{timestamp}' notation
+'commit@\{now}', output also uses 'commit@\{timestamp}' notation
instead. Under '\--pretty=oneline', the commit message is
prefixed with this information on the same line.
-
++
Cannot be combined with '\--reverse'.
See also linkgit:git-reflog[1].