We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09116a1 commit 4d2440fCopy full SHA for 4d2440f
2 files changed
Documentation/RelNotes/1.7.8.txt
@@ -113,9 +113,6 @@ Updates since v1.7.7
113
between commits in the superproject that has and does not have the
114
submodule in the tree without re-cloning.
115
116
- * "git upload-archive" (hence "git archive --remote") can be built
117
- and used on mingw port of Git.
118
-
119
* "gitweb" leaked unescaped control characters from syntax hiliter
120
outputs.
121
@@ -165,7 +162,7 @@ included in this release.
165
162
166
163
---
167
164
exec >/var/tmp/1
168
-O=v1.7.8-rc1-23-gdc865af
+O=v1.7.8-rc2-3-g09116a1
169
echo O=$(git describe --always master)
170
git log --first-parent --oneline --reverse ^$O master
171
echo
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v1.7.8-rc2
+DEF_VER=v1.7.8-rc3
5
6
LF='
7
'
0 commit comments