From 1d36888341421a7ba59def87f39c3f7d25989e37 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Mon, 11 Aug 2008 22:03:10 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.6.0-rc2-29-gac39e
---
git-log.html | 7 ++++---
git-rev-list.html | 7 ++++---
rev-list-options.txt | 5 ++---
user-manual.html | 6 +++---
user-manual.txt | 4 ++--
5 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/git-log.html b/git-log.html
index 12a4dd159..129ff704e 100644
--- a/git-log.html
+++ b/git-log.html
@@ -1248,11 +1248,12 @@ 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
instead. Under --pretty=oneline, the commit message is
prefixed with this information on the same line.
+This option cannot be combined with --reverse.
+See also git-reflog(1).
-
--merge
@@ -2030,7 +2031,7 @@ reversible operation.