From: Junio C Hamano Date: Tue, 29 Aug 2006 04:03:11 +0000 (+0000) Subject: Autogenerated HTML docs for v1.4.2-ga444 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a0778c9017117024f72af0e59bd534427ed7e5b2;p=git.git Autogenerated HTML docs for v1.4.2-ga444 --- diff --git a/git-rev-list.html b/git-rev-list.html index b741337eb..e74cb9c72 100644 --- a/git-rev-list.html +++ b/git-rev-list.html @@ -470,6 +470,16 @@ $ git-rev-list A...B conflict and don't exist on all heads to merge.

+
+--relative-date +
+
+

+ Show dates relative to the current time, e.g. "2 hours ago". + Only takes effect for dates shown in human-readable format, + such as when using "--pretty". +

+

Author

@@ -486,7 +496,7 @@ $ git-rev-list A...B diff --git a/git-rev-list.txt b/git-rev-list.txt index dd9fff16d..a446a6b5a 100644 --- a/git-rev-list.txt +++ b/git-rev-list.txt @@ -128,6 +128,11 @@ OPTIONS After a failed merge, show refs that touch files having a conflict and don't exist on all heads to merge. +--relative-date:: + Show dates relative to the current time, e.g. "2 hours ago". + Only takes effect for dates shown in human-readable format, + such as when using "--pretty". + Author ------ Written by Linus Torvalds