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>
This commit is contained in:
David Kågedal 2009-08-26 16:04:54 +02:00 коммит произвёл Junio C Hamano
Родитель 21d0bc2f9a
Коммит 8d95184395
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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.