@@ -143,12 +143,6 @@ included in this release.
143
143
the path had the textconv filter in effect.
144
144
(merge 8518088 ss/blame-textconv-fake-working-tree later to maint).
145
145
146
- * "git branch -m/-M" advertised to update RENAME_REF ref in the
147
- commit log message that introduced the feature but not anywhere in
148
- the documentation, and never did update such a ref anyway. This
149
- undocumented misfeature that did not exist has been excised.
150
- (merge b0eab01 jc/maint-remove-renamed-ref later to maint).
151
-
152
146
* Adding many refs to the local repository in one go (e.g. "git fetch"
153
147
that fetches many tags) and looking up a ref by name in a repository
154
148
with too many refs were unnecessarily slow.
@@ -164,17 +158,14 @@ included in this release.
164
158
hooks for attempted removal of non-existing refs.
165
159
(merge 160b81ed ph/push-to-delete-nothing later to maint).
166
160
167
- * The logic to filter out forked projects in the project list in
168
- "gitweb" was broken for some time.
169
- (merge 53c632f jm/maint-gitweb-filter-forks-fix later to maint).
170
-
171
- * The logic to optimize the locality of the data in a pack introduced in
172
- 1.7.7 was grossly inefficient.
173
- (merge 38d4deb dm/pack-objects-update later to maint).
161
+ * Help text for "git remote set-url" and "git remote set-branches"
162
+ were misspelled.
163
+ (merge c49904e fc/remote-seturl-usage-fix later to maint).
164
+ (merge 656cdf0 jc/remote-setbranches-usage-fix later to maint).
174
165
175
166
---
176
167
exec >/var/tmp/1
177
- O=v1.7.8-rc0-48-g92622e6
168
+ O=v1.7.8-rc1-11-gd7a0129
178
169
echo O=$(git describe --always master)
179
170
git log --first-parent --oneline --reverse ^$O master
180
171
echo
0 commit comments