Skip to content

Commit

Permalink
The eighth batch
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Nov 8, 2024
1 parent 02a2d57 commit facbe4f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/RelNotes/2.48.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
--------------------------------------------------------------

Expand Down Expand Up @@ -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
-----------------

Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit facbe4f

Please sign in to comment.