mirror of
https://github.com/git/git.git
synced 2024-11-19 01:34:04 +01:00
Start 1.7.0 maintenance track
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e923eaeb90
commit
9b25048318
11
Documentation/RelNotes-1.7.0.1.txt
Normal file
11
Documentation/RelNotes-1.7.0.1.txt
Normal 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..
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
GVF=GIT-VERSION-FILE
|
||||
DEF_VER=v1.7.0
|
||||
DEF_VER=v1.7.0.GIT
|
||||
|
||||
LF='
|
||||
'
|
||||
|
2
RelNotes
2
RelNotes
@ -1 +1 @@
|
||||
Documentation/RelNotes-1.7.0.txt
|
||||
Documentation/RelNotes-1.7.0.1.txt
|
Loading…
Reference in New Issue
Block a user