Autogenerated HTML docs for v1.4.2-ga444
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 29 Aug 2006 04:03:11 +0000 (04:03 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 29 Aug 2006 04:03:11 +0000 (04:03 +0000)
git-rev-list.html
git-rev-list.txt

index b741337eb7d8276b51557ff955dffae475fb5f1e..e74cb9c72b68acd25623066334d8360a7b0d990e 100644 (file)
@@ -470,6 +470,16 @@ $ git-rev-list A...B</tt></pre>
         conflict and don't exist on all heads to merge.\r
 </p>\r
 </dd>\r
+<dt>\r
+--relative-date\r
+</dt>\r
+<dd>\r
+<p>\r
+        Show dates relative to the current time, e.g. "2 hours ago".\r
+        Only takes effect for dates shown in human-readable format,\r
+        such as when using "--pretty".\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>Author</h2>\r
@@ -486,7 +496,7 @@ $ git-rev-list A...B</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Aug-2006 10:04:25 UTC\r
+Last updated 29-Aug-2006 04:02:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index dd9fff16d3067fe939642170258fffc427c77729..a446a6b5a27067d25c1d32d97ccbbd9e59e3b754 100644 (file)
@@ -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 <torvalds@osdl.org>