]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: remove "directory cache" from man pages
authorUtku Gultopu <ugultopu@gmail.com>
Fri, 8 Jan 2021 16:54:56 +0000 (16:54 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Jan 2021 06:57:24 +0000 (22:57 -0800)
"directory cache" (or "directory cache index", "cache") are obsolete
terms which have been superseded by "index". Keeping them in the
documentation may be a source of confusion. This commit replaces
them with the current term, "index", on man pages.

Signed-off-by: Utku Gultopu <ugultopu@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-ls-files.txt
Documentation/git-update-index.txt

index cbcf5263dd01b88537563a97bd1977bf52c3b88c..0a3b5265b3457988bfad25b6b89c7622dd726760 100644 (file)
@@ -23,9 +23,8 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-This merges the file listing in the directory cache index with the
-actual working directory list, and shows different combinations of the
-two.
+This merges the file listing in the index with the actual working
+directory list, and shows different combinations of the two.
 
 One or more of the options below may be used to determine the files
 shown:
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.