Autogenerated HTML docs for v1.4.2-g7099c
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 24 Aug 2006 07:37:45 +0000 (07:37 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 24 Aug 2006 07:37:45 +0000 (07:37 +0000)
git-update-index.html
git-update-index.txt

index 2533993aac3125df8d0c7a190e303f940f8cefec..37ab2ff0f443537b22217b242e193ba5797f12af 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] [--again]\r
+             [--really-refresh] [--unresolve] [--again | -g]\r
              [--info-only] [--index-info]\r
              [-z] [--stdin]\r
              [--verbose]\r
@@ -395,7 +395,7 @@ using the various options:</p>
 </p>\r
 </dd>\r
 <dt>\r
---again\r
+--again, -g\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -714,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 15-Jul-2006 01:38:18 UTC\r
+Last updated 24-Aug-2006 07:37:39 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3ae6e74573d1b5f651f8dabc6c9569b05e049b10..41bb7e12e3d89e4876a60ea7733cffcaf09cd6ed 100644 (file)
@@ -15,7 +15,7 @@ SYNOPSIS
             [--cacheinfo <mode> <object> <file>]\*
             [--chmod=(+|-)x]
             [--assume-unchanged | --no-assume-unchanged]
-            [--really-refresh] [--unresolve] [--again]
+            [--really-refresh] [--unresolve] [--again | -g]
             [--info-only] [--index-info]
             [-z] [--stdin]
             [--verbose]
@@ -80,7 +80,7 @@ OPTIONS
        filesystem that has very slow lstat(2) system call
        (e.g. cifs).
 
---again::
+--again, -g::
        Runs `git-update-index` itself on the paths whose index
        entries are different from those from the `HEAD` commit.