We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c103e95 commit 167a580Copy full SHA for 167a580
Documentation/RelNotes/1.7.7.txt
@@ -166,7 +166,7 @@ included in this release.
166
--
167
exec >/var/tmp/1
168
echo O=$(git describe master)
169
-O=v1.7.7-rc0-185-gb648557
+O=v1.7.7-rc2
170
git log --first-parent --oneline $O..master
171
echo
172
git shortlog --no-merges ^maint ^$O master
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v1.7.7-rc1
+DEF_VER=v1.7.7-rc2
5
6
LF='
7
'
0 commit comments