Autogenerated HTML docs for v1.5.3.6-985-g65c6a4
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 1 Dec 2007 01:57:43 +0000 (01:57 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 1 Dec 2007 01:57:43 +0000 (01:57 +0000)
user-manual.html
user-manual.txt

index 7478ff3254468e5bc1b3fd7fea3f6ed0a2acc944..0417d839e4540ce5b2d85681497c64f8f06733fd 100644 (file)
@@ -1596,7 +1596,7 @@ longer exist, or that new files should be added, you
 should use the <code class="literal">—remove</code> and <code class="literal">—add</code> flags respectively.</p><p>NOTE! A <code class="literal">—remove</code> flag does <span class="emphasis"><em>not</em></span> mean that subsequent filenames will
 necessarily be removed: if the files still exist in your directory
 structure, the index will be updated with their new status, not
-removed. The only thing <code class="literal">—remove</code> means is that update-cache will be
+removed. The only thing <code class="literal">—remove</code> means is that update-index will be
 considering a removed file to be a valid thing, and if the file really
 does not exist any more, it will update the index accordingly.</p><p>As a special case, you can also do <code class="literal">git-update-index —refresh</code>, which
 will refresh the "stat" information of each index to match the current
index 0aaed10c761c9256dbb1c2f2dfffeaa2a3bd401f..93a47b439b4504467fc5ba7612b8205367f347c2 100644 (file)
@@ -3707,7 +3707,7 @@ should use the `--remove` and `--add` flags respectively.
 NOTE! A `--remove` flag does 'not' mean that subsequent filenames will
 necessarily be removed: if the files still exist in your directory
 structure, the index will be updated with their new status, not
-removed. The only thing `--remove` means is that update-cache will be
+removed. The only thing `--remove` means is that update-index will be
 considering a removed file to be a valid thing, and if the file really
 does not exist any more, it will update the index accordingly.