We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e06367 commit bddcefcCopy full SHA for bddcefc
Documentation/RelNotes/1.7.9.txt
@@ -1,4 +1,4 @@
1
-Git v1.7.9 Release Notes (draft)
+Git v1.7.9 Release Notes
2
========================
3
4
Updates since v1.7.8
@@ -109,11 +109,3 @@ Fixes since v1.7.8
109
Unless otherwise noted, all the fixes since v1.7.8 in the maintenance
110
releases are contained in this release (see release notes to them for
111
details).
112
-
113
---
114
-exec >/var/tmp/1
115
-O=v1.7.9-rc0-44-g478c446
116
-echo O=$(git describe master)
117
-git log --first-parent --oneline --reverse ^$O master
118
-echo
119
-git shortlog --no-merges ^$O ^maint master
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.9-rc1
+DEF_VER=v1.7.9-rc2
5
6
LF='
7
'
0 commit comments