X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-read-tree.txt;h=cbde13dba998d3c7239a258b134e2ba54641e590;hb=f345b0a066572206aac4a4f9a57d746e213b6bff;hp=df2e36775c822ff7812e2a7f53ada54a462bc78e;hpb=2cf565c53c88c557eedd7e5629437b3c6fe74329;p=git.git diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt index df2e36775..cbde13dba 100644 --- a/Documentation/git-read-tree.txt +++ b/Documentation/git-read-tree.txt @@ -14,7 +14,7 @@ SYNOPSIS DESCRIPTION ----------- Reads the tree information given by into the directory cache, -but does not actually _update_ any of the files it "caches". (see: +but does not actually *update* any of the files it "caches". (see: git-checkout-cache) Optionally, it can merge a tree into the cache or perform a 3-way @@ -133,7 +133,9 @@ the index file, which is a temporary thing anyway. There is no need to worry about what is in the working directory, since it is never shown and never used. -see also: link:git-write-tree.html[git-write-tree], link:git-ls-files.html[git-ls-files] +See Also +-------- +link:git-write-tree.html[git-write-tree]; link:git-ls-files.html[git-ls-files] Author