diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-08-26 12:15:15 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-26 12:15:15 -0700 |
commit | 68ea4741643d9e7c4bdac7cbbe6292edc69430ef (patch) | |
tree | 9d4875b04f27cd81668139749ebe5bc7fb403f62 /Documentation | |
parent | 31f0bce8537a38639385366f05ba43e91bd91e38 (diff) | |
parent | d8526a4c3b31d91b623f698be6ed7552ed4fdc52 (diff) | |
download | git-68ea4741643d9e7c4bdac7cbbe6292edc69430ef.tar.gz |
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.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. |