summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6d35cc7)
raw | patch | inline | side by side (parent: 6d35cc7)
author | Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> | |
Fri, 2 Sep 2005 09:56:52 +0000 (11:56 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 4 Sep 2005 17:18:45 +0000 (10:18 -0700) |
Replace references to "read-cache" with references to git-read-tree in the
documentation. I chose that because reference say "see read-cache about
stages", and stages are explained in git-read-tree.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Junio C Hamano <junkio@cox.net>
documentation. I chose that because reference say "see read-cache about
stages", and stages are explained in git-read-tree.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-ls-files.txt | patch | blob | history |
index d05827f611968c84fb6c9c61fccb5c92e78a602f..9c5ef8e7a41425a02eeda8b28fafa26907aa7f47 100644 (file)
the dircache records up to three such pairs; one from tree O in stage
1, A in stage 2, and B in stage 3. This information can be used by
the user (or the porcelain) to see what should eventually be recorded at the
-path. (see read-cache for more information on state)
+path. (see git-read-tree for more information on state)
Exclude Patterns
See Also
--------
-link:read-cache.html[read-cache]
+link:git-read-tree.html[git-read-tree]
Author