Skip to content

Commit

Permalink
The fifth batch
Browse files Browse the repository at this point in the history
  • Loading branch information
ttaylorr committed Oct 25, 2024
1 parent 55d12c2 commit 6a11438
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Documentation/RelNotes/2.48.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ Performance, Internal Implementation, Development Support etc.
allow finding the repository from the worktree and vice versa
possible. Turn this linkage to relative paths.

* Enable Windows-based CI in GitLab.

* Commands that can also work outside Git have learned to take the
repository instance "repo" when we know we are in a repository, and
NULL when we are not, in a parameter. The uses of the_repository
variable in a few of them have been removed using the new calling
convention.

Fixes since v2.47
-----------------
Expand All @@ -54,6 +61,18 @@ Fixes since v2.47
contents of a corrupt in-core index as a tree object.
(merge ecb5c4318c ps/cache-tree-w-broken-index-entry later to maint).

* A "git fetch" from the superproject going down to a submodule used
a wrong remote when the default remote names are set differently
between them.
(merge 0c1a9987da db/submodule-fetch-with-remote-name-fix later to maint).

* Fixes compile time warnings with 64-bit MSVC.
(merge 386d372031 sk/msvc-warnings later to maint).

* Teaches 'shortlog' to explicitly use SHA-1 when operating outside
of a repository.
(merge b33001645e wm/shortlog-hash later to maint).

* 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 All @@ -66,3 +85,6 @@ Fixes since v2.47
(merge b8139c8f4e kh/checkout-ignore-other-docfix later to maint).
(merge 6dab49b9fb tc/bundle-uri-leakfix later to maint).
(merge f1ed39987b xx/protocol-v2-doc-markup-fix later to maint).
(merge 41869f7447 ak/typofixes later to maint).
(merge f1eea0b620 ak/typofix later to maint).
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).

1 comment on commit 6a11438

@Busterkinng88

This comment was marked as off-topic.

Please sign in to comment.