]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-update-index.txt
doc: remove "directory cache" from man pages
[thirdparty/git.git] / Documentation / git-update-index.txt
index 1489cb09a09997a64a102b58a8bf2b890640d6df..2853f168d976857581163f2ac057110ddb501829 100644 (file)
@@ -30,9 +30,8 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Modifies the index or directory cache. Each file mentioned is updated
-into the index and any 'unmerged' or 'needs updating' state is
-cleared.
+Modifies the index. Each file mentioned is updated into the index and
+any 'unmerged' or 'needs updating' state is cleared.
 
 See also linkgit:git-add[1] for a more user-friendly way to do some of
 the most common operations on the index.