aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-write-tree.txt
diff options
context:
space:
mode:
authorDavid Kågedal <davidk@lysator.liu.se>2009-08-26 16:04:54 +0200
committerJunio C Hamano <gitster@pobox.com>2009-08-26 12:05:58 -0700
commit8d9518439595c9d2c601e841a6792d9ee30f9293 (patch)
treeab42a32a657cd5954a5fa86ff07085efc32c1f63 /Documentation/git-write-tree.txt
parent21d0bc2f9a5bcbee2593e9f2ad05d64d3dcf3a0e (diff)
downloadgit-8d9518439595c9d2c601e841a6792d9ee30f9293.tar.gz
Minor improvement to the write-tree documentation
Signed-off-by: David Kågedal <davidk@lysator.liu.se> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-write-tree.txt')
-rw-r--r--Documentation/git-write-tree.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-write-tree.txt b/Documentation/git-write-tree.txt
index 26d3850e73..c8899d528a 100644
--- a/Documentation/git-write-tree.txt
+++ b/Documentation/git-write-tree.txt
@@ -12,7 +12,8 @@ SYNOPSIS
DESCRIPTION
-----------
-Creates a tree object using the current index.
+Creates a tree object using the current index. The name of the new
+tree object is printed to standard output.
The index must be in a fully merged state.