Skip to content

Commit bc1bbe0

Browse files
committed
Git 1.7.8-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent dc865af commit bc1bbe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/RelNotes/1.7.8.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ included in this release.
165165

166166
---
167167
exec >/var/tmp/1
168-
O=v1.7.8-rc1-11-gd7a0129
168+
O=v1.7.8-rc1-23-gdc865af
169169
echo O=$(git describe --always master)
170170
git log --first-parent --oneline --reverse ^$O master
171171
echo

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

66
LF='
77
'

0 commit comments

Comments
 (0)