docs: remove duplicate entry and fix typo in 2.45 changelog

Signed-off-by: Orgad Shaneh <orgads@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Orgad Shaneh 2024-04-20 19:51:30 +00:00 коммит произвёл Junio C Hamano
Родитель ae3196a5ea
Коммит bf3fe4f1a2
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -100,7 +100,7 @@ Performance, Internal Implementation, Development Support etc.
* The way placeholders are to be marked-up in documentation have been * The way placeholders are to be marked-up in documentation have been
specified; use "_<placeholder>_" to typeset the word inside a pair specified; use "_<placeholder>_" to typeset the word inside a pair
of <angle-brakets> emphasized. of <angle-brackets> emphasized.
* "git --no-lazy-fetch cmd" allows to run "cmd" while disabling lazy * "git --no-lazy-fetch cmd" allows to run "cmd" while disabling lazy
fetching of objects from the promisor remote, which may be handy fetching of objects from the promisor remote, which may be handy
@ -110,9 +110,6 @@ Performance, Internal Implementation, Development Support etc.
clean.requireForce has been simplified, together with the clean.requireForce has been simplified, together with the
documentation. documentation.
* The code to iterate over refs with the reftable backend has seen
some optimization.
* Uses of xwrite() helper have been audited and updated for better * Uses of xwrite() helper have been audited and updated for better
error checking and simpler code. error checking and simpler code.