diff options
author | David Kågedal <davidk@lysator.liu.se> | 2009-08-26 16:04:54 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-26 12:05:58 -0700 |
commit | 8d9518439595c9d2c601e841a6792d9ee30f9293 (patch) | |
tree | ab42a32a657cd5954a5fa86ff07085efc32c1f63 /Documentation/git-write-tree.txt | |
parent | 21d0bc2f9a5bcbee2593e9f2ad05d64d3dcf3a0e (diff) | |
download | git-8d9518439595c9d2c601e841a6792d9ee30f9293.tar.gz git-8d9518439595c9d2c601e841a6792d9ee30f9293.tar.xz |
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.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-write-tree.txt b/Documentation/git-write-tree.txt index 26d3850e7..c8899d528 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. |