1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-24 10:46:09 +02:00

Merge branch 'ug/doc-lose-dircache' into next

Doc update.

* ug/doc-lose-dircache:
  doc: remove "directory cache" from man pages
This commit is contained in:
Junio C Hamano 2021-01-12 17:29:44 -08:00
commit 28310380a5
2 changed files with 4 additions and 6 deletions

View 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:

View 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.