Skip to content

Commit 167a580

Browse files
committed
Git 1.7.7-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c103e95 commit 167a580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/RelNotes/1.7.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ included in this release.
166166
--
167167
exec >/var/tmp/1
168168
echo O=$(git describe master)
169-
O=v1.7.7-rc0-185-gb648557
169+
O=v1.7.7-rc2
170170
git log --first-parent --oneline $O..master
171171
echo
172172
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.7-rc1
4+
DEF_VER=v1.7.7-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)