Autogenerated HTML docs for v1.3.2-g8c24
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 10 May 2006 00:13:40 +0000 (00:13 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 10 May 2006 00:13:40 +0000 (00:13 +0000)
git-clean.html
git-clean.txt
git-update-index.html
git-update-index.txt

index 76efb22..90a92ab 100644 (file)
@@ -273,14 +273,16 @@ git-clean(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-clean</em> [-d] [-n] [-q] [-x | -X]</div></div>\r
+<div class="content"><em>git-clean</em> [-d] [-n] [-q] [-x | -X] [--] &lt;paths&gt;&#8230;</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
 <p>Removes files unknown to git.  This allows to clean the working tree\r
 from files that are not under version control.  If the <em>-x</em> option is\r
 specified, ignored files are also removed, allowing to remove all\r
-build products.</p>\r
+build products.\r
+When optional <tt>&lt;paths&gt;&#8230;</tt> arguments are given, the paths\r
+affected are further limited to those that match them.</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
 <div class="sectionbody">\r
@@ -342,7 +344,7 @@ build products.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 05-Apr-2006 10:34:27 UTC\r
+Last updated 10-May-2006 00:13:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 36890c5..c61afbc 100644 (file)
@@ -8,7 +8,7 @@ git-clean - Remove untracked files from the working tree
 SYNOPSIS
 --------
 [verse]
-'git-clean' [-d] [-n] [-q] [-x | -X]
+'git-clean' [-d] [-n] [-q] [-x | -X] [--] <paths>...
 
 DESCRIPTION
 -----------
@@ -16,6 +16,9 @@ Removes files unknown to git.  This allows to clean the working tree
 from files that are not under version control.  If the '-x' option is
 specified, ignored files are also removed, allowing to remove all
 build products.
+When optional `<paths>...` arguments are given, the paths
+affected are further limited to those that match them.
+
 
 OPTIONS
 -------
index 891afd7..eedcbc7 100644 (file)
@@ -279,7 +279,7 @@ git-update-index(1) Manual Page
              [--cacheinfo &lt;mode&gt; &lt;object&gt; &lt;file&gt;]*\r
              [--chmod=(+|-)x]\r
              [--assume-unchanged | --no-assume-unchanged]\r
-             [--really-refresh] [--unresolve]\r
+             [--really-refresh] [--unresolve] [--again]\r
              [--info-only] [--index-info]\r
              [-z] [--stdin]\r
              [--verbose]\r
@@ -395,6 +395,15 @@ using the various options:</p>
 </p>\r
 </dd>\r
 <dt>\r
+--again\r
+</dt>\r
+<dd>\r
+<p>\r
+        Runs <tt>git-update-index</tt> itself on the paths whose index\r
+        entries are different from those from the <tt>HEAD</tt> commit.\r
+</p>\r
+</dd>\r
+<dt>\r
 --unresolve\r
 </dt>\r
 <dd>\r
@@ -705,7 +714,7 @@ need to use <tt>git-update-index --chmod=</tt>.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 05-May-2006 23:14:17 UTC\r
+Last updated 10-May-2006 00:13:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 57177c7..d043e86 100644 (file)
@@ -15,7 +15,7 @@ SYNOPSIS
             [--cacheinfo <mode> <object> <file>]\*
             [--chmod=(+|-)x]
             [--assume-unchanged | --no-assume-unchanged]
-            [--really-refresh] [--unresolve]
+            [--really-refresh] [--unresolve] [--again]
             [--info-only] [--index-info]
             [-z] [--stdin]
             [--verbose]
@@ -80,6 +80,10 @@ OPTIONS
        filesystem that has very slow lstat(2) system call
        (e.g. cifs).
 
+--again::
+       Runs `git-update-index` itself on the paths whose index
+       entries are different from those from the `HEAD` commit.
+
 --unresolve::
        Restores the 'unmerged' or 'needs updating' state of a
        file during a merge if it was cleared by accident.