aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-08-26 12:15:15 -0700
committerJunio C Hamano <gitster@pobox.com>2009-08-26 12:15:15 -0700
commit68ea4741643d9e7c4bdac7cbbe6292edc69430ef (patch)
tree9d4875b04f27cd81668139749ebe5bc7fb403f62 /Documentation
parent31f0bce8537a38639385366f05ba43e91bd91e38 (diff)
parentd8526a4c3b31d91b623f698be6ed7552ed4fdc52 (diff)
downloadgit-68ea4741643d9e7c4bdac7cbbe6292edc69430ef.tar.gz
git-68ea4741643d9e7c4bdac7cbbe6292edc69430ef.tar.xz
Merge branch 'maint'
* maint: git-log: allow --decorate[=short|full] Minor improvement to the write-tree documentation git-bisect: call the found commit "*the* first bad commit"
Diffstat (limited to 'Documentation')
-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 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.