Skip to content

Commit be3fa91

Browse files
committed
Git 1.7.8-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 324bc2a commit be3fa91

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
@@ -214,7 +214,7 @@ included in this release.
214214

215215
---
216216
exec >/var/tmp/1
217-
O=v1.7.7.1-487-g4801546
217+
O=v1.7.7.1-492-g324bc2a
218218
echo O=$(git describe --always master)
219219
git log --first-parent --oneline --reverse ^$O master
220220
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.7.GIT
4+
DEF_VER=v1.7.8-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)