]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The eighth batch
authorJunio C Hamano <gitster@pobox.com>
Fri, 8 Nov 2024 03:55:48 +0000 (12:55 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Nov 2024 03:56:28 +0000 (12:56 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.48.0.txt

index 75698862c7ed81848e568b9be8462a1669878a73..9e882c8352832d8b7beb9e3b86eff25b9cc9dab5 100644 (file)
@@ -16,6 +16,7 @@ UI, Workflows & Features
  * Teach 'git notes add' and 'git notes append' a new '-e' flag,
    instructing them to open the note in $GIT_EDITOR before saving.
 
+
 Performance, Internal Implementation, Development Support etc.
 --------------------------------------------------------------
 
@@ -68,6 +69,16 @@ Performance, Internal Implementation, Development Support etc.
 
  * Documentation updates to 'git-update-ref(1)'.
 
+ * Update the project's CodingGuidelines to discourage naming functions
+   with a "_1()" suffix.
+
+ * Updates the '.clang-format' to match project conventions.
+
+ * Centralize documentation for repository extensions into a single place.
+
+ * Buildfix and upgrade of Clar to a newer version.
+
+
 Fixes since v2.47
 -----------------
 
@@ -114,6 +125,10 @@ Fixes since v2.47
    relying on: the *.idx file we got from the remote.
    (merge 863f2459a2 jk/dumb-http-finalize later to maint).
 
+ * When called with '--left-right' and '--use-bitmap-index', 'rev-list'
+   will produce output without any left/right markers, which has been
+   corrected.
+
  * Other code cleanup, docfix, build fix, etc.
    (merge 66893a14d0 ps/leakfixes-part-8 later to maint).
    (merge 1164e270b5 jk/output-prefix-cleanup later to maint).