Skip to content

Commit 8a04247

Browse files
committed
Update draft release notes to 1.7.8
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d7a0129 commit 8a04247

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

Documentation/RelNotes/1.7.8.txt

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,6 @@ included in this release.
143143
the path had the textconv filter in effect.
144144
(merge 8518088 ss/blame-textconv-fake-working-tree later to maint).
145145

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-
152146
* Adding many refs to the local repository in one go (e.g. "git fetch"
153147
that fetches many tags) and looking up a ref by name in a repository
154148
with too many refs were unnecessarily slow.
@@ -164,17 +158,14 @@ included in this release.
164158
hooks for attempted removal of non-existing refs.
165159
(merge 160b81ed ph/push-to-delete-nothing later to maint).
166160

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).
174165

175166
---
176167
exec >/var/tmp/1
177-
O=v1.7.8-rc0-48-g92622e6
168+
O=v1.7.8-rc1-11-gd7a0129
178169
echo O=$(git describe --always master)
179170
git log --first-parent --oneline --reverse ^$O master
180171
echo

0 commit comments

Comments
 (0)