Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2010-02-13 15:01:37 -08:00
Родитель e923eaeb90
Коммит 318721e3ac
3 изменённых файлов: 19 добавлений и 2 удалений

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

@ -0,0 +1,17 @@
Git v1.7.1 Release Notes
========================
Updates since v1.7.0
--------------------
Fixes since v1.7.0
------------------
All of the fixes in v1.7.0.X maintenance series are included in this
release, unless otherwise noted.
---
exec >/var/tmp/1
echo O=$(git describe)
O=v1.7.0
git shortlog --no-merges ^maint $O..

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

@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
DEF_VER=v1.7.0
DEF_VER=v1.7.0.GIT
LF='
'

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

@ -1 +1 @@
Documentation/RelNotes-1.7.0.txt
Documentation/RelNotes-1.7.1.txt