Skip to content

Commit 9b25048

Browse files
committed
Start 1.7.0 maintenance track
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e923eae commit 9b25048

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Documentation/RelNotes-1.7.0.1.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Git v1.7.0.1 Release Notes
2+
==========================
3+
4+
Fixes since v1.7.0
5+
------------------
6+
7+
--
8+
exec >/var/tmp/1
9+
echo O=$(git describe)
10+
O=v1.7.0
11+
git shortlog $O..

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.0
4+
DEF_VER=v1.7.0.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.7.0.txt
1+
Documentation/RelNotes-1.7.0.1.txt

0 commit comments

Comments
 (0)