Autogenerated HTML docs for v1.3.2-g8611
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 5 May 2006 23:14:25 +0000 (23:14 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 5 May 2006 23:14:25 +0000 (23:14 +0000)
40 files changed:
git-add.html
git-add.txt
git-checkout-index.html
git-checkout-index.txt
git-cherry.html
git-cherry.txt
git-clone.html
git-clone.txt
git-commit.html
git-commit.txt
git-imap-send.html
git-imap-send.txt
git-log.html
git-log.txt
git-ls-files.html
git-ls-files.txt
git-merge-index.html
git-merge-index.txt
git-name-rev.html
git-name-rev.txt
git-prune.html
git-prune.txt
git-repack.html
git-repack.txt
git-repo-config.html
git-repo-config.txt
git-reset.html
git-reset.txt
git-rm.html
git-rm.txt
git-unpack-objects.html
git-unpack-objects.txt
git-update-index.html
git-update-index.txt
git-verify-pack.html
git-verify-pack.txt
git-whatchanged.html
git-whatchanged.txt
gitk.html
gitk.txt

index 7c63b24..d7859cc 100644 (file)
@@ -307,7 +307,7 @@ for people used to do "cvs add".</p>
 </p>\r
 </dd>\r
 <dt>\r
-&#8212;\r
+--\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -385,7 +385,7 @@ git-add git-*.sh
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Mar-2006 00:31:20 UTC\r
+Last updated 05-May-2006 23:14:10 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ae24547..5e31129 100644 (file)
@@ -26,7 +26,7 @@ OPTIONS
 -v::
         Be verbose.
 
---::
+\--::
        This option can be used to separate command-line options from
        the list of files, (useful when filenames might be mistaken
        for command-line options).
index b2e1a2a..2824db5 100644 (file)
@@ -379,7 +379,7 @@ git-checkout-index(1) Manual Page
 </p>\r
 </dd>\r
 <dt>\r
-&#8212;\r
+--\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -511,7 +511,7 @@ Junio C Hamano and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Mar-2006 05:16:20 UTC\r
+Last updated 05-May-2006 23:14:10 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 09bd6a5..765c173 100644 (file)
@@ -63,7 +63,7 @@ OPTIONS
        Only meaningful with `--stdin`; paths are separated with
        NUL character instead of LF.
 
---::
+\--::
        Do not interpret any more arguments as options.
 
 The order of the flags used to matter, but not anymore.
index c368028..39a365b 100644 (file)
@@ -276,11 +276,17 @@ git-cherry(1) Manual Page
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
-<p>Each commit between the fork-point and &lt;head&gt; is examined, and compared against\r
-the change each commit between the fork-point and &lt;upstream&gt; introduces.\r
-Commits already included in upstream are prefixed with <em>-</em> (meaning "drop from\r
-my local pull"), while commits missing from upstream are prefixed with <em>+</em>\r
-(meaning "add to the updated upstream").</p>\r
+<p>The changeset (or "diff") of each commit between the fork-point and &lt;head&gt;\r
+is compared against each commit between the fork-point and &lt;upstream&gt;.</p>\r
+<p>Every commit with a changeset that doesn't exist in the other branch\r
+has its id (sha1) reported, prefixed by a symbol.  Those existing only\r
+in the &lt;upstream&gt; branch are prefixed with a minus (-) sign, and those\r
+that only exist in the &lt;head&gt; branch are prefixed with a plus (+) symbol.</p>\r
+<p>Because git-cherry compares the changeset rather than the commit id\r
+(sha1), you can use git-cherry to find out if a commit you made locally\r
+has been applied &lt;upstream&gt; under a different commit id.  For example,\r
+this will happen if you're feeding patches &lt;upstream&gt; via email rather\r
+than pushing or pulling commits directly.</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
 <div class="sectionbody">\r
@@ -325,7 +331,7 @@ my local pull"), while commits missing from upstream are prefixed with <em>+</em
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Mar-2006 00:31:22 UTC\r
+Last updated 05-May-2006 23:14:11 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9a5e371..893baaa 100644 (file)
@@ -11,11 +11,20 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Each commit between the fork-point and <head> is examined, and compared against
-the change each commit between the fork-point and <upstream> introduces.
-Commits already included in upstream are prefixed with '-' (meaning "drop from
-my local pull"), while commits missing from upstream are prefixed with '+'
-(meaning "add to the updated upstream").
+The changeset (or "diff") of each commit between the fork-point and <head>
+is compared against each commit between the fork-point and <upstream>.
+
+Every commit with a changeset that doesn't exist in the other branch
+has its id (sha1) reported, prefixed by a symbol.  Those existing only
+in the <upstream> branch are prefixed with a minus (-) sign, and those
+that only exist in the <head> branch are prefixed with a plus (+) symbol.
+
+Because git-cherry compares the changeset rather than the commit id
+(sha1), you can use git-cherry to find out if a commit you made locally
+has been applied <upstream> under a different commit id.  For example,
+this will happen if you're feeding patches <upstream> via email rather
+than pushing or pulling commits directly.
+
 
 OPTIONS
 -------
index 1d3b451..1e4994a 100644 (file)
@@ -423,7 +423,9 @@ branch you are currently working on.  Remote branches other than
 </p>\r
 </dd>\r
 </dl>\r
-<h3>Examples</h3>\r
+</div>\r
+<h2>Examples</h2>\r
+<div class="sectionbody">\r
 <dl>\r
 <dt>\r
 Clone from upstream\r
@@ -494,7 +496,7 @@ Create a repository on the kernel.org machine that borrows from Linus
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Apr-2006 09:44:08 UTC\r
+Last updated 05-May-2006 23:14:11 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 131e445..b333f51 100644 (file)
@@ -101,7 +101,7 @@ OPTIONS
        is not allowed.
 
 Examples
-~~~~~~~~
+--------
 
 Clone from upstream::
 +
index ff315aa..06757e2 100644 (file)
@@ -427,7 +427,7 @@ information.</p>
 </p>\r
 </dd>\r
 <dt>\r
-&#8212;\r
+--\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -507,7 +507,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 05-Apr-2006 23:07:59 UTC\r
+Last updated 05-May-2006 23:14:12 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0a7365b..38df59c 100644 (file)
@@ -106,7 +106,7 @@ but can be used to amend a merge commit.
        index and the latest commit does not match on the
        specified paths to avoid confusion.
 
---::
+\--::
        Do not interpret any more arguments as options.
 
 <file>...::
index aee9c16..2b68e59 100644 (file)
@@ -289,18 +289,17 @@ files directly.</p>
 configuration file (shown with examples):</p>\r
 <div class="literalblock">\r
 <div class="content">\r
-<pre><tt>Folder = "INBOX.Drafts"</tt></pre>\r
-</div></div>\r
-<div class="literalblock">\r
-<div class="content">\r
-<pre><tt>Tunnel = "ssh -q user@server.com /usr/bin/imapd ./Maildir 2&gt; /dev/null"</tt></pre>\r
-</div></div>\r
-<div class="literalblock">\r
-<div class="content">\r
-<pre><tt>Host = imap.server.com\r
-User = bob\r
-Password = pwd\r
-Port = 143</tt></pre>\r
+<pre><tt>[imap]\r
+    Folder = "INBOX.Drafts"\r
+\r
+[imap]\r
+    Tunnel = "ssh -q user@server.com /usr/bin/imapd ./Maildir 2&gt; /dev/null"\r
+\r
+[imap]\r
+    Host = imap.server.com\r
+    User = bob\r
+    Pass = pwd\r
+    Port = 143</tt></pre>\r
 </div></div>\r
 </div>\r
 <h2>BUGS</h2>\r
@@ -321,7 +320,7 @@ Port = 143</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Apr-2006 23:15:34 UTC\r
+Last updated 05-May-2006 23:14:12 UTC\r
 </div>\r
 </div>\r
 </body>\r
index cfc0d88..eca9e9c 100644 (file)
@@ -29,6 +29,7 @@ CONFIGURATION
 git-imap-send requires the following values in the repository
 configuration file (shown with examples):
 
+..........................
 [imap]
     Folder = "INBOX.Drafts"
 
@@ -38,8 +39,9 @@ configuration file (shown with examples):
 [imap]
     Host = imap.server.com
     User = bob
-    Password = pwd
+    Pass = pwd
     Port = 143
+..........................
 
 
 BUGS
index d320426..4c8d3c0 100644 (file)
@@ -349,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
@@ -384,7 +384,7 @@ git log -r --name-status release..test
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 29-Apr-2006 07:01:34 UTC\r
+Last updated 05-May-2006 23:14:12 UTC\r
 </div>\r
 </div>\r
 </body>\r
index af378ff..c9ffff7 100644 (file)
@@ -51,7 +51,7 @@ git log v2.6.12.. include/scsi drivers/scsi::
        Show all commits since version 'v2.6.12' that changed any file
        in the include/scsi or drivers/scsi subdirectories
 
-git log --since="2 weeks ago" -- gitk::
+git log --since="2 weeks ago" \-- gitk::
 
        Show the changes during the last two weeks to the file 'gitk'.
        The "--" is necessary to avoid confusion with the *branch* named
index 396a0ef..ec6f1d8 100644 (file)
@@ -510,7 +510,7 @@ other
 </p>\r
 </dd>\r
 <dt>\r
-&#8212;\r
+--\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -678,7 +678,7 @@ otherwise, it is a shell glob pattern, suitable for
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 28-Mar-2006 00:27:56 UTC\r
+Last updated 05-May-2006 23:14:13 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 796d049..a29c633 100644 (file)
@@ -106,7 +106,7 @@ OPTIONS
        lines, show only handful hexdigits prefix.
        Non default number of digits can be specified with --abbrev=<n>.
 
---::
+\--::
        Do not interpret any more arguments as options.
 
 <file>::
index 28b50e4..f2235fe 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
@@ -272,7 +272,7 @@ git-merge-index(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-merge-index</em> [-o] [-q] &lt;merge-program&gt; (-a | &#8212; | &lt;file&gt;*)</p>\r
+<p><em>git-merge-index</em> [-o] [-q] &lt;merge-program&gt; (-a | -- | &lt;file&gt;*)</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -285,7 +285,7 @@ files are passed as arguments 5, 6 and 7.</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
-&#8212;\r
+--\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -372,7 +372,7 @@ One-shot merge by Petr Baudis &lt;pasky@ucw.cz&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:20 PDT\r
+Last updated 05-May-2006 23:14:13 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fbc986a..332e023 100644 (file)
@@ -8,7 +8,7 @@ git-merge-index - Runs a merge for files needing merging
 
 SYNOPSIS
 --------
-'git-merge-index' [-o] [-q] <merge-program> (-a | -- | <file>\*)
+'git-merge-index' [-o] [-q] <merge-program> (-a | \-- | <file>\*)
 
 DESCRIPTION
 -----------
@@ -19,7 +19,7 @@ files are passed as arguments 5, 6 and 7.
 
 OPTIONS
 -------
---::
+\--::
        Do not interpret any more arguments as options.
 
 -a::
index ff04344..7ea2e87 100644 (file)
@@ -318,7 +318,8 @@ not the context.</p>
 <p>Enter git-name-rev:</p>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>% git name-rev 33db5f4d9027a10e477ccf054b2c1ab94f74c85a</tt></pre>\r
+<pre><tt>% git name-rev 33db5f4d9027a10e477ccf054b2c1ab94f74c85a\r
+33db5f4d9027a10e477ccf054b2c1ab94f74c85a tags/v0.99^0~940</tt></pre>\r
 </div></div>\r
 <p>Now you are wiser, because you know that it happened 940 revisions before v0.99.</p>\r
 <p>Another nice thing you can do is:</p>\r
@@ -341,7 +342,7 @@ not the context.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Mar-2006 00:31:29 UTC\r
+Last updated 05-May-2006 23:14:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6870708..ffaa004 100644 (file)
@@ -41,6 +41,7 @@ Enter git-name-rev:
 
 ------------
 % git name-rev 33db5f4d9027a10e477ccf054b2c1ab94f74c85a
+33db5f4d9027a10e477ccf054b2c1ab94f74c85a tags/v0.99^0~940
 ------------
 
 Now you are wiser, because you know that it happened 940 revisions before v0.99.
index 29f2ec4..2c11832 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
@@ -297,7 +297,7 @@ running <tt>git prune-packed</tt>.</p>
 </p>\r
 </dd>\r
 <dt>\r
-&#8212;\r
+--\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -340,7 +340,7 @@ borrows from your repository via its
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:28 PDT\r
+Last updated 05-May-2006 23:14:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f694fcb..a11e303 100644 (file)
@@ -28,7 +28,7 @@ OPTIONS
        Do not remove anything; just report what it would
        remove.
 
---::
+\--::
        Do not interpret any more arguments as options.
 
 <head>...::
index 0081cb1..a258d3b 100644 (file)
@@ -307,6 +307,7 @@ engines, disk storage, etc.</p>
 <p>\r
         After packing, if the newly created packs make some\r
         existing packs redundant, remove the redundant packs.\r
+        Also runs <a href="git-prune-packed.html">git-prune-packed(1)</a>.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -366,7 +367,7 @@ engines, disk storage, etc.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 05-Mar-2006 09:02:49 UTC\r
+Last updated 05-May-2006 23:14:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d2f9a44..9516227 100644 (file)
@@ -38,6 +38,7 @@ OPTIONS
 -d::
        After packing, if the newly created packs make some
        existing packs redundant, remove the redundant packs.
+       Also runs gitlink:git-prune-packed[1].
 
 -l::
         Pass the `--local` option to `git pack-objects`, see
index 66606be..de05a74 100644 (file)
@@ -295,16 +295,16 @@ should provide a POSIX regex for the value. If you want to handle the lines
 convert the value to the canonical form (simple decimal number for int,\r
 a "true" or "false" string for bool). If no type specifier is passed,\r
 no checks or transformations are performed on the value.</p>\r
-<p>This command will fail if</p>\r
+<p>This command will fail if:</p>\r
 <ol>\r
 <li>\r
 <p>\r
-.git/config is invalid,\r
+The .git/config file is invalid,\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-.git/config can not be written to,\r
+Can not write to .git/config,\r
 </p>\r
 </li>\r
 <li>\r
@@ -829,7 +829,7 @@ imap
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-May-2006 08:01:37 UTC\r
+Last updated 05-May-2006 23:14:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ddcf523..fd44f62 100644 (file)
@@ -34,10 +34,10 @@ convert the value to the canonical form (simple decimal number for int,
 a "true" or "false" string for bool). If no type specifier is passed,
 no checks or transformations are performed on the value.
 
-This command will fail if
+This command will fail if:
 
-. .git/config is invalid,
-. .git/config can not be written to,
+. The .git/config file is invalid,
+. Can not write to .git/config,
 . no section was provided,
 . the section or key is invalid,
 . you try to unset an option which does not exist, or
index 79d8cf9..8be5de3 100644 (file)
@@ -327,7 +327,9 @@ the undo in the history.</p>
 </p>\r
 </dd>\r
 </dl>\r
-<h3>Examples</h3>\r
+</div>\r
+<h2>Examples</h2>\r
+<div class="sectionbody">\r
 <dl>\r
 <dt>\r
 Undo a commit and redo\r
@@ -564,7 +566,7 @@ At this point the index file still has all the WIP changes you
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 29-Apr-2006 07:01:34 UTC\r
+Last updated 05-May-2006 23:14:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ebcfe5e..b27399d 100644 (file)
@@ -43,7 +43,7 @@ OPTIONS
        Commit to make the current HEAD.
 
 Examples
-~~~~~~~~
+--------
 
 Undo a commit and redo::
 +
index ec5b784..d9996a1 100644 (file)
@@ -318,7 +318,7 @@ remove".</p>
 </p>\r
 </dd>\r
 <dt>\r
-&#8212;\r
+--\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -399,7 +399,7 @@ git-rm -f git-*.sh
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Mar-2006 00:31:35 UTC\r
+Last updated 05-May-2006 23:14:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c9c3088..66fc478 100644 (file)
@@ -32,7 +32,7 @@ OPTIONS
 -v::
         Be verbose.
 
---::
+\--::
        This option can be used to separate command-line options from
        the list of files, (useful when filenames might be mistaken
        for command-line options).
index abd89f3..3c6f996 100644 (file)
@@ -276,9 +276,14 @@ git-unpack-objects(1) Manual Page
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
-<p>Reads a packed archive (.pack) from the standard input, and\r
-expands the objects contained in the pack into "one-file\r
-one-object" format in $GIT_OBJECT_DIRECTORY.</p>\r
+<p>Read a packed archive (.pack) from the standard input, expanding\r
+the objects contained within and writing them into the repository in\r
+"loose" (one object per file) format.</p>\r
+<p>Objects that already exist in the repository will <strong>not</strong> be unpacked\r
+from the pack-file.  Therefore, nothing will be unpacked if you use\r
+this command on a pack-file that exists within the target repository.</p>\r
+<p>Please see the <tt>git-repack</tt> documentation for options to generate\r
+new packs and replace existing ones.</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
 <div class="sectionbody">\r
@@ -317,7 +322,7 @@ one-object" format in $GIT_OBJECT_DIRECTORY.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Mar-2006 00:31:38 UTC\r
+Last updated 05-May-2006 23:14:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1828062..c20b38b 100644 (file)
@@ -13,9 +13,16 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Reads a packed archive (.pack) from the standard input, and
-expands the objects contained in the pack into "one-file
-one-object" format in $GIT_OBJECT_DIRECTORY.
+Read a packed archive (.pack) from the standard input, expanding
+the objects contained within and writing them into the repository in
+"loose" (one object per file) format.
+
+Objects that already exist in the repository will *not* be unpacked
+from the pack-file.  Therefore, nothing will be unpacked if you use
+this command on a pack-file that exists within the target repository.
+
+Please see the `git-repack` documentation for options to generate
+new packs and replace existing ones.
 
 OPTIONS
 -------
index 2aed335..891afd7 100644 (file)
@@ -463,7 +463,7 @@ using the various options:</p>
 </p>\r
 </dd>\r
 <dt>\r
-&#8212;\r
+--\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -705,7 +705,7 @@ need to use <tt>git-update-index --chmod=</tt>.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-May-2006 00:46:26 UTC\r
+Last updated 05-May-2006 23:14:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 23f2b6f..57177c7 100644 (file)
@@ -113,7 +113,7 @@ OPTIONS
        Only meaningful with `--stdin`; paths are separated with
        NUL character instead of LF.
 
---::
+\--::
        Do not interpret any more arguments as options.
 
 <file>::
index e1b5306..bf5773e 100644 (file)
@@ -301,7 +301,7 @@ corresponding pack file.</p>
 </p>\r
 </dd>\r
 <dt>\r
-&#8212;\r
+--\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -338,7 +338,7 @@ corresponding pack file.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Mar-2006 00:31:38 UTC\r
+Last updated 05-May-2006 23:14:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4962d69..7a6132b 100644 (file)
@@ -25,7 +25,7 @@ OPTIONS
 -v::
        After verifying the pack, show list of objects contained
        in the pack.
---::
+\--::
        Do not interpret any more arguments as options.
 
 OUTPUT FORMAT
index 48be59e..59d2a6f 100644 (file)
@@ -358,7 +358,7 @@ git-whatchanged -p v2.6.12.. include/scsi drivers/scsi
 </p>\r
 </dd>\r
 <dt>\r
-git-whatchanged --since="2 weeks ago" &#8212; gitk\r
+git-whatchanged --since="2 weeks ago" -- gitk\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -384,7 +384,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 24-Mar-2006 08:11:02 UTC\r
+Last updated 05-May-2006 23:14:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 641cb7e..e8f21d0 100644 (file)
@@ -58,7 +58,7 @@ git-whatchanged -p v2.6.12.. include/scsi drivers/scsi::
        Show as patches the commits since version 'v2.6.12' that changed
        any file in the include/scsi or drivers/scsi subdirectories
 
-git-whatchanged --since="2 weeks ago" -- gitk::
+git-whatchanged --since="2 weeks ago" \-- gitk::
 
        Show the changes during the last two weeks to the file 'gitk'.
        The "--" is necessary to avoid confusion with the *branch* named
index 1fba904..e4ff21c 100644 (file)
--- a/gitk.html
+++ b/gitk.html
@@ -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
@@ -312,7 +312,7 @@ gitk v2.6.12.. include/scsi drivers/scsi
 </p>\r
 </dd>\r
 <dt>\r
-gitk --since="2 weeks ago" &#8212; gitk\r
+gitk --since="2 weeks ago" -- gitk\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -337,7 +337,7 @@ gitk --since="2 weeks ago" &#8212; gitk
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:58 PDT\r
+Last updated 05-May-2006 23:14:18 UTC\r
 </div>\r
 </div>\r
 </body>\r
index eb126d7..cb482bf 100644 (file)
--- a/gitk.txt
+++ b/gitk.txt
@@ -31,7 +31,7 @@ gitk v2.6.12.. include/scsi drivers/scsi::
        Show as the changes since version 'v2.6.12' that changed any
        file in the include/scsi or drivers/scsi subdirectories
 
-gitk --since="2 weeks ago" -- gitk::
+gitk --since="2 weeks ago" \-- gitk::
 
        Show the changes during the last two weeks to the file 'gitk'.
        The "--" is necessary to avoid confusion with the *branch* named