@ -64,7 +64,14 @@ A commit comment is read from stdin (max 999 chars). If a changelog
@@ -64,7 +64,14 @@ A commit comment is read from stdin (max 999 chars). If a changelog
entry is not provided via '<' redirection, "git-commit-tree" will just wait
for one to be entered and terminated with ^D
see also: link:git-write-tree.html[git-write-tree]
@ -83,7 +83,9 @@ the dircache records up to three such pairs; one from tree O in stage
@@ -83,7 +83,9 @@ the dircache records up to three such pairs; one from tree O in stage
the user (or Cogito) to see what should eventually be recorded at the
path. (see read-cache for more information on state)
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
@@ -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]