File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,6 @@ Updates since v1.7.7
113
113
between commits in the superproject that has and does not have the
114
114
submodule in the tree without re-cloning.
115
115
116
- * "git upload-archive" (hence "git archive --remote") can be built
117
- and used on mingw port of Git.
118
-
119
116
* "gitweb" leaked unescaped control characters from syntax hiliter
120
117
outputs.
121
118
@@ -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
165
+ O=v1.7.8-rc2-3-g09116a1
169
166
echo O=$(git describe --always master)
170
167
git log --first-parent --oneline --reverse ^$O master
171
168
echo
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.7.8-rc2
4
+ DEF_VER=v1.7.8-rc3
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments