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 | |
parent | git-bisect: call the found commit "*the* first bad commit" (diff) | |
download | tgif-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>
-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 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. |