Skip to content

Commit 318721e

Browse files
committed
Start 1.7.1 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e923eae commit 318721e

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Documentation/RelNotes-1.7.1.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Git v1.7.1 Release Notes
2+
========================
3+
4+
Updates since v1.7.0
5+
--------------------
6+
7+
Fixes since v1.7.0
8+
------------------
9+
10+
All of the fixes in v1.7.0.X maintenance series are included in this
11+
release, unless otherwise noted.
12+
13+
---
14+
exec >/var/tmp/1
15+
echo O=$(git describe)
16+
O=v1.7.0
17+
git shortlog --no-merges ^maint $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.1.txt

0 commit comments

Comments
 (0)