Autogenerated HTML docs for v1.6.0-rc0-79-gb0320
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 26 Jul 2008 06:45:59 +0000 (06:45 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 26 Jul 2008 06:45:59 +0000 (06:45 +0000)
config.txt
git-checkout.html
git-checkout.txt
git-clone.html
git-clone.txt
git-config.html
git-tag.html
git-tag.txt

index e7848055a90c38f48ad7180cb538d0b00e482710..798b551514a81549d1d9b31b5a8e079e521ba657 100644 (file)
@@ -358,7 +358,8 @@ core.whitespace::
        A comma separated list of common whitespace problems to
        notice.  'git-diff' will use `color.diff.whitespace` to
        highlight them, and 'git-apply --whitespace=error' will
-       consider them as errors:
+       consider them as errors.  You can prefix `-` to disable
+       any of them (e.g. `-trailing-space`):
 +
 * `trailing-space` treats trailing whitespaces at the end of the line
   as an error (enabled by default).
index 22230f0cc42b0f7c77a4eeb5a502400a567c1596..f997d75f6d1f9b066609592381c4e009fced4372 100644 (file)
@@ -322,7 +322,7 @@ git-checkout(1) Manual Page
 <div class="sectionbody">\r
 <div class="verseblock">\r
 <div class="content"><em>git checkout</em> [-q] [-f] [[--track | --no-track] -b &lt;new_branch&gt; [-l]] [-m] [&lt;branch&gt;]\r
-<em>git checkout</em> [&lt;tree-ish&gt;] &lt;paths&gt;&#8230;</div></div>\r
+<em>git checkout</em> [&lt;tree-ish&gt;] [--] &lt;paths&gt;&#8230;</div></div>\r
 </div>\r
 <h2 id="_description">DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -590,7 +590,7 @@ $ git add frotz</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2008-07-06 05:16:37 UTC\r
+Last updated 2008-07-26 06:45:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2abfbdaadb27ca9a97c23c9c00cc18fb07232d00..5aa69c0e12a6756fd6f79c117008a373f65ba5f5 100644 (file)
@@ -9,7 +9,7 @@ SYNOPSIS
 --------
 [verse]
 'git checkout' [-q] [-f] [[--track | --no-track] -b <new_branch> [-l]] [-m] [<branch>]
-'git checkout' [<tree-ish>] <paths>...
+'git checkout' [<tree-ish>] [--] <paths>...
 
 DESCRIPTION
 -----------
index 4b8ba1d747c3214269f1129f5970b235ffd573fd..bcca160e938bc58793f3cee3c7a907ffb7ff9e44 100644 (file)
@@ -422,8 +422,8 @@ then the cloned repository will become corrupt.</p></div>
 </dt>\r
 <dd>\r
 <p>\r
-        Operate quietly.  This flag is passed to "rsync" and\r
-        <em>git-fetch-pack</em> commands when given.\r
+        Operate quietly.  This flag is also passed to the `rsync'\r
+        command when given.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -474,9 +474,8 @@ then the cloned repository will become corrupt.</p></div>
 </dt>\r
 <dd>\r
 <p>\r
-        When given, and the repository to clone from is handled\r
-        by <em>git-fetch-pack</em>, <tt>--exec=&lt;upload-pack&gt;</tt> is passed to\r
-        the command to specify non-default path for the command\r
+        When given, and the repository to clone from is accessed\r
+        via ssh, this specifies a non-default path for the command\r
         run on the other end.\r
 </p>\r
 </dd>\r
@@ -716,7 +715,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 2008-07-06 05:16:38 UTC\r
+Last updated 2008-07-26 06:45:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 91efac920ec969455b75f0a5c1761dac648d2b1b..26fd1b111798461b9150f1416721aa460f1ea525 100644 (file)
@@ -87,8 +87,8 @@ then the cloned repository will become corrupt.
 
 --quiet::
 -q::
-       Operate quietly.  This flag is passed to "rsync" and
-       'git-fetch-pack' commands when given.
+       Operate quietly.  This flag is also passed to the `rsync'
+       command when given.
 
 --no-checkout::
 -n::
@@ -113,9 +113,8 @@ then the cloned repository will become corrupt.
 
 --upload-pack <upload-pack>::
 -u <upload-pack>::
-       When given, and the repository to clone from is handled
-       by 'git-fetch-pack', `--exec=<upload-pack>` is passed to
-       the command to specify non-default path for the command
+       When given, and the repository to clone from is accessed
+       via ssh, this specifies a non-default path for the command
        run on the other end.
 
 --template=<template_directory>::
index 7a2a3ae888ff62062adcf451cb00d85114a2f2e9..ef0513f26465adbb102c755baa166c4d691f89b5 100644 (file)
@@ -1198,7 +1198,8 @@ core.whitespace
         A comma separated list of common whitespace problems to\r
         notice.  <em>git-diff</em> will use <tt>color.diff.whitespace</tt> to\r
         highlight them, and <em>git-apply --whitespace=error</em> will\r
-        consider them as errors:\r
+        consider them as errors.  You can prefix <tt>-</tt> to disable\r
+        any of them (e.g. <tt>-trailing-space</tt>):\r
 </p>\r
 <div class="ilist"><ul>\r
 <li>\r
@@ -2685,7 +2686,7 @@ web.browser
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2008-07-09 19:53:03 UTC\r
+Last updated 2008-07-26 06:45:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0603ecf5b1dbefbba45dc91a2329f5732b799cbb..0afeacc41be3e64873a56e05e449277e9ce70b35 100644 (file)
@@ -321,7 +321,8 @@ git-tag(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git tag</em> [-a | -s | -u &lt;key-id&gt;] [-f] [-m &lt;msg&gt; | -F &lt;file&gt;]  &lt;name&gt; [&lt;head&gt;]\r
+<div class="content"><em>git tag</em> [-a | -s | -u &lt;key-id&gt;] [-f] [-m &lt;msg&gt; | -F &lt;file&gt;]\r
+        &lt;name&gt; [&lt;commit&gt; | &lt;object&gt;]\r
 <em>git tag</em> -d &lt;name&gt;&#8230;\r
 <em>git tag</em> [-n[&lt;num&gt;]] -l [&lt;pattern&gt;]\r
 <em>git tag</em> -v &lt;name&gt;&#8230;</div></div>\r
@@ -600,7 +601,7 @@ Junio C Hamano &lt;gitster@pobox.com&gt; and Chris Wright &lt;chrisw@osdl.org&gt
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2008-07-22 09:19:17 UTC\r
+Last updated 2008-07-26 06:45:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b8dc88fa387b7274df5b80d248e3c4c9743cbc6a..046ab3542bab4048fe07c8a6718d63f9cd9e3791 100644 (file)
@@ -9,7 +9,8 @@ git-tag - Create, list, delete or verify a tag object signed with GPG
 SYNOPSIS
 --------
 [verse]
-'git tag' [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]  <name> [<head>]
+'git tag' [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]
+       <name> [<commit> | <object>]
 'git tag' -d <name>...
 'git tag' [-n[<num>]] -l [<pattern>]
 'git tag' -v <name>...