Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2009-04-24 22:54:40 -07:00
Родитель 86e081aea4
Коммит f29ac4f1b0
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -152,6 +152,10 @@ Updates since v1.6.2
knobs you can tweak to work around issues with various versions of the knobs you can tweak to work around issues with various versions of the
docbook-xsl package. See comments in Documentation/Makefile for details. docbook-xsl package. See comments in Documentation/Makefile for details.
* Support for building and testing a subset of git on a system without a
working perl has been improved.
Fixes since v1.6.2 Fixes since v1.6.2
------------------ ------------------
@ -173,6 +177,6 @@ v1.6.2.X series.
--- ---
exec >/var/tmp/1 exec >/var/tmp/1
O=v1.6.3-rc1-1-gea10b60 O=v1.6.3-rc2
echo O=$(git describe master) echo O=$(git describe master)
git shortlog --no-merges $O..master ^maint git shortlog --no-merges $O..master ^maint