]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: remove duplicate entry and fix typo in 2.45 changelog
authorOrgad Shaneh <orgads@gmail.com>
Sat, 20 Apr 2024 19:51:30 +0000 (19:51 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Apr 2024 15:53:41 +0000 (08:53 -0700)
Signed-off-by: Orgad Shaneh <orgads@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.45.0.txt

index 0570dcd8773f1beebcb17c0c92245195a6e029a5..384586644074fd0ac9e23d60c2fbb7d19782f0e0 100644 (file)
@@ -100,7 +100,7 @@ Performance, Internal Implementation, Development Support etc.
 
  * The way placeholders are to be marked-up in documentation have been
    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
    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
    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
    error checking and simpler code.