Skip to content

Commit 302bd99

Browse files
committed
Git 1.7.6-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2c162b5 commit 302bd99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/RelNotes/1.7.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,5 @@ included in this release.
138138
---
139139
exec >/var/tmp/1
140140
echo O=$(git describe master)
141-
O=v1.7.6-rc1
141+
O=v1.7.6-rc2
142142
git shortlog --no-merges ^maint ^$O master

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.6-rc1
4+
DEF_VER=v1.7.6-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)