aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-11-08 12:55:48 +0900
committerJunio C Hamano <gitster@pobox.com>2024-11-08 12:56:28 +0900
commitfacbe4f633e4ad31e641f64617bc88074c659959 (patch)
treec94c47303b8be442403404aba8332b5e34017acf /Documentation
parentMerge branch 'jk/left-right-bitmap' (diff)
downloadgit-facbe4f633e4ad31e641f64617bc88074c659959.tar.gz
git-facbe4f633e4ad31e641f64617bc88074c659959.zip
The eighth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.48.0.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.48.0.txt b/Documentation/RelNotes/2.48.0.txt
index 75698862c7..9e882c8352 100644
--- a/Documentation/RelNotes/2.48.0.txt
+++ b/Documentation/RelNotes/2.48.0.txt
@@ -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).