@@ -96,6 +96,9 @@ Updates since v1.7.7
96
96
* "git stash" learned "--include-untracked" option to stash away
97
97
untracked/ignored cruft from the working tree.
98
98
99
+ * "git submodule clone" does not leak an error message to the UI
100
+ level unnecessarily anymore.
101
+
99
102
* "git submodule update" learned to honor "none" as the value for
100
103
submodule.<name>.update to specify that the named submodule should
101
104
not be checked out by default.
@@ -113,6 +116,9 @@ Updates since v1.7.7
113
116
* "gitweb" leaked unescaped control characters from syntax hiliter
114
117
outputs.
115
118
119
+ * "gitweb" can be told to give custom string at the end of the HTML
120
+ HEAD element.
121
+
116
122
* "gitweb" now has its own manual pages.
117
123
118
124
@@ -150,6 +156,10 @@ included in this release.
150
156
with too many refs were unnecessarily slow.
151
157
(merge 17d68a54d jp/get-ref-dir-unsorted later to maint).
152
158
159
+ * "git fetch --prune" was unsafe when used with refspecs from the
160
+ command line.
161
+ (merge e8c1e6c cn/fetch-prune later to maint).
162
+
153
163
* Report from "git commit" on untracked files was confused under
154
164
core.ignorecase option.
155
165
(merge 2548183b jk/name-hash-dirent later to maint).
@@ -198,9 +208,15 @@ included in this release.
198
208
of a blob, when JavaScript actions are enabled.
199
209
(merge 2b07ff3ff ps/gitweb-js-with-lineno later to maint).
200
210
211
+ * The logic to filter out forked projects in the project list in
212
+ "gitweb" was broken for some time.
213
+ (merge 53c632f jm/maint-gitweb-filter-forks-fix later to maint).
214
+
215
+
216
+
201
217
---
202
218
exec >/var/tmp/1
203
- O=v1.7.7-485-g9ee3d37
219
+ O=v1.7.7.1-453-g0b26d1e
204
220
echo O=$(git describe --always master)
205
221
git log --first-parent --oneline --reverse ^$O master
206
222
echo
0 commit comments