Autogenerated HTML docs for v1.3.0-rc3-g170a
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 15 Apr 2006 06:17:42 +0000 (06:17 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 15 Apr 2006 06:17:42 +0000 (06:17 +0000)
diff-options.txt
git-diff-files.html
git-diff-index.html
git-diff-stages.html
git-diff-tree.html
git-log.html
git-log.txt

index 338014c..447e522 100644 (file)
@@ -7,6 +7,9 @@
 --patch-with-raw::
        Generate patch but keep also the default raw diff output.
 
+--stat::
+       Generate a diffstat instead of a patch.
+
 -z::
        \0 line termination on output
 
index 43afec5..d66d18a 100644 (file)
@@ -309,6 +309,14 @@ same as "git-diff-index" and "git-diff-tree".</p>
 </p>\r
 </dd>\r
 <dt>\r
+--stat\r
+</dt>\r
+<dd>\r
+<p>\r
+        Generate a diffstat instead of a patch.\r
+</p>\r
+</dd>\r
+<dt>\r
 -z\r
 </dt>\r
 <dd>\r
@@ -822,7 +830,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Apr-2006 07:45:00 UTC\r
+Last updated 15-Apr-2006 06:17:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 30c3638..e667fec 100644 (file)
@@ -310,6 +310,14 @@ entries in the index are compared.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--stat\r
+</dt>\r
+<dd>\r
+<p>\r
+        Generate a diffstat instead of a patch.\r
+</p>\r
+</dd>\r
+<dt>\r
 -z\r
 </dt>\r
 <dd>\r
@@ -912,7 +920,7 @@ always have the special all-zero sha1.</td>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Apr-2006 07:45:01 UTC\r
+Last updated 15-Apr-2006 06:17:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7dc28f9..aff4b3e 100644 (file)
@@ -307,6 +307,14 @@ unmerged index file.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--stat\r
+</dt>\r
+<dd>\r
+<p>\r
+        Generate a diffstat instead of a patch.\r
+</p>\r
+</dd>\r
+<dt>\r
 -z\r
 </dt>\r
 <dd>\r
@@ -796,7 +804,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Apr-2006 07:45:02 UTC\r
+Last updated 15-Apr-2006 06:17:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0c6660b..fb10a73 100644 (file)
@@ -312,6 +312,14 @@ git-diff-tree(1) Manual Page
 </p>\r
 </dd>\r
 <dt>\r
+--stat\r
+</dt>\r
+<dd>\r
+<p>\r
+        Generate a diffstat instead of a patch.\r
+</p>\r
+</dd>\r
+<dt>\r
 -z\r
 </dt>\r
 <dd>\r
@@ -984,7 +992,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Apr-2006 07:45:03 UTC\r
+Last updated 15-Apr-2006 06:17:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1d9f233..84cb4cf 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,10 +276,13 @@ 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>This manual page describes only the most frequently used options.</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\r
+options.</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
 <div class="sectionbody">\r
@@ -308,6 +311,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
@@ -340,6 +359,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 +385,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 15-Apr-2006 06:17:18 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e995d1b..76cb894 100644 (file)
@@ -12,11 +12,16 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Shows the commit logs.  This command internally invokes
-'git-rev-list', and the command line options are passed to that
-command.
+Shows the commit logs.
+
+The command takes options applicable to the gitlink::git-rev-list[1]
+command to control what is shown and how, and options applicable to
+the gitlink::git-diff-tree[1] commands to control how the change
+each commit introduces are shown.
+
+This manual page describes only the most frequently used
+options.
 
-This manual page describes only the most frequently used options.
 
 OPTIONS
 -------
@@ -29,6 +34,12 @@ OPTIONS
 <since>..<until>::
        Show only commits between the named two commits.
 
+-p::
+       Show the change the commit introduces in a patch form.
+
+<paths>...::
+       Show only commits that affect the specified paths.
+
 
 Examples
 --------
@@ -47,6 +58,11 @@ git log --since="2 weeks ago" -- gitk::
        The "--" is necessary to avoid confusion with the *branch* named
        'gitk'
 
+git log -r --name-status release..test::
+
+       Show the commits that are in the "test" branch but not yet
+       in the "release" branch, along with the list of paths
+       each commit modifies.
 
 Author
 ------