summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f4f4d1)
raw | patch | inline | side by side (parent: 0f4f4d1)
author | Thomas Rast <trast@student.ethz.ch> | |
Sun, 10 Aug 2008 13:04:34 +0000 (15:04 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 11 Aug 2008 06:11:48 +0000 (23:11 -0700) |
- 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>
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>
Documentation/rev-list-options.txt | patch | blob | history |
index f69260f4c04a83d4cdae2be733887bce63a6aa5d..56e2eca258d48721c5cbfefef844e0892954e005 100644 (file)
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].