@@ -96,6 +96,9 @@ Updates since v1.7.7
9696 * "git stash" learned "--include-untracked" option to stash away
9797 untracked/ignored cruft from the working tree.
9898
99+ * "git submodule clone" does not leak an error message to the UI
100+ level unnecessarily anymore.
101+
99102 * "git submodule update" learned to honor "none" as the value for
100103 submodule.<name>.update to specify that the named submodule should
101104 not be checked out by default.
@@ -113,6 +116,9 @@ Updates since v1.7.7
113116 * "gitweb" leaked unescaped control characters from syntax hiliter
114117 outputs.
115118
119+ * "gitweb" can be told to give custom string at the end of the HTML
120+ HEAD element.
121+
116122 * "gitweb" now has its own manual pages.
117123
118124
@@ -150,6 +156,10 @@ included in this release.
150156 with too many refs were unnecessarily slow.
151157 (merge 17d68a54d jp/get-ref-dir-unsorted later to maint).
152158
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+
153163 * Report from "git commit" on untracked files was confused under
154164 core.ignorecase option.
155165 (merge 2548183b jk/name-hash-dirent later to maint).
@@ -198,9 +208,15 @@ included in this release.
198208 of a blob, when JavaScript actions are enabled.
199209 (merge 2b07ff3ff ps/gitweb-js-with-lineno later to maint).
200210
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+
201217---
202218exec >/var/tmp/1
203- O=v1.7.7-485-g9ee3d37
219+ O=v1.7.7.1-453-g0b26d1e
204220echo O=$(git describe --always master)
205221git log --first-parent --oneline --reverse ^$O master
206222echo
0 commit comments