Start 1.7.0 maintenance track

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2010-02-13 15:04:00 -08:00
parent e923eaeb90
commit 9b25048318
3 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,11 @@
Git v1.7.0.1 Release Notes
==========================
Fixes since v1.7.0
------------------
--
exec >/var/tmp/1
echo O=$(git describe)
O=v1.7.0
git shortlog $O..

View file

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

View file

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