Autogenerated HTML docs for v1.3.2-g8611
[git.git] / git-log.html
index 1d9f233..4c8d3c0 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 7.0.1" />\r
+<meta name="generator" content="AsciiDoc 7.0.2" />\r
 <style type="text/css">\r
 /* Debug borders */\r
 p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {\r
@@ -276,9 +276,11 @@ git-log(1) Manual Page
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
-<p>Shows the commit logs.  This command internally invokes\r
-<em>git-rev-list</em>, and the command line options are passed to that\r
-command.</p>\r
+<p>Shows the commit logs.</p>\r
+<p>The command takes options applicable to the <a href="git-rev-list.html">git-rev-list(1)</a>\r
+command to control what is shown and how, and options applicable to\r
+the <a href="git-diff-tree.html">git-diff-tree(1)</a> commands to control how the change\r
+each commit introduces are shown.</p>\r
 <p>This manual page describes only the most frequently used options.</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
@@ -308,6 +310,22 @@ command.</p>
         Show only commits between the named two commits.\r
 </p>\r
 </dd>\r
+<dt>\r
+-p\r
+</dt>\r
+<dd>\r
+<p>\r
+        Show the change the commit introduces in a patch form.\r
+</p>\r
+</dd>\r
+<dt>\r
+&lt;paths&gt;&#8230;\r
+</dt>\r
+<dd>\r
+<p>\r
+        Show only commits that affect the specified paths.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>Examples</h2>\r
@@ -331,7 +349,7 @@ git log v2.6.12.. include/scsi drivers/scsi
 </p>\r
 </dd>\r
 <dt>\r
-git log --since="2 weeks ago" &#8212; gitk\r
+git log --since="2 weeks ago" -- gitk\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -340,6 +358,16 @@ git log --since="2 weeks ago" &#8212; gitk
         <em>gitk</em>\r
 </p>\r
 </dd>\r
+<dt>\r
+git log -r --name-status release..test\r
+</dt>\r
+<dd>\r
+<p>\r
+        Show the commits that are in the "test" branch but not yet\r
+        in the "release" branch, along with the list of paths\r
+        each commit modifies.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>Author</h2>\r
@@ -356,7 +384,7 @@ git log --since="2 weeks ago" &#8212; gitk
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:15 PDT\r
+Last updated 05-May-2006 23:14:12 UTC\r
 </div>\r
 </div>\r
 </body>\r