diff options
author | David Greaves <david@dgreaves.com> | 2005-05-10 22:32:38 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-05-10 15:01:23 -0700 |
commit | c1bdacf97e3f51ac5c239a16e300e0986a5da53d (patch) | |
tree | 86dd1a9c76ebf41a4e12c0514b99039052fe5e62 /Documentation/git-read-tree.txt | |
parent | 204ee6a91ba35740d6417cf64bde4d117d40b07d (diff) | |
download | git-c1bdacf97e3f51ac5c239a16e300e0986a5da53d.tar.gz |
[PATCH 3/4] split core-git.txt and update
Update git environment variable docs
Update first section of command docs (Manipulation commands section)
Signed-off-by: David Greaves <david@dgreaves.com>
Diffstat (limited to 'Documentation/git-read-tree.txt')
-rw-r--r-- | Documentation/git-read-tree.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt index df2e36775c..cbde13dba9 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 <tree> 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 |