Skip to content

Commit 6a11438

Browse files
committedOct 25, 2024
The fifth batch
1 parent 55d12c2 commit 6a11438

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
 

‎Documentation/RelNotes/2.48.0.txt

+22
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ Performance, Internal Implementation, Development Support etc.
2929
allow finding the repository from the worktree and vice versa
3030
possible. Turn this linkage to relative paths.
3131

32+
* Enable Windows-based CI in GitLab.
33+
34+
* Commands that can also work outside Git have learned to take the
35+
repository instance "repo" when we know we are in a repository, and
36+
NULL when we are not, in a parameter. The uses of the_repository
37+
variable in a few of them have been removed using the new calling
38+
convention.
3239

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

64+
* A "git fetch" from the superproject going down to a submodule used
65+
a wrong remote when the default remote names are set differently
66+
between them.
67+
(merge 0c1a9987da db/submodule-fetch-with-remote-name-fix later to maint).
68+
69+
* Fixes compile time warnings with 64-bit MSVC.
70+
(merge 386d372031 sk/msvc-warnings later to maint).
71+
72+
* Teaches 'shortlog' to explicitly use SHA-1 when operating outside
73+
of a repository.
74+
(merge b33001645e wm/shortlog-hash later to maint).
75+
5776
* Other code cleanup, docfix, build fix, etc.
5877
(merge 66893a14d0 ps/leakfixes-part-8 later to maint).
5978
(merge 1164e270b5 jk/output-prefix-cleanup later to maint).
@@ -66,3 +85,6 @@ Fixes since v2.47
6685
(merge b8139c8f4e kh/checkout-ignore-other-docfix later to maint).
6786
(merge 6dab49b9fb tc/bundle-uri-leakfix later to maint).
6887
(merge f1ed39987b xx/protocol-v2-doc-markup-fix later to maint).
88+
(merge 41869f7447 ak/typofixes later to maint).
89+
(merge f1eea0b620 ak/typofix later to maint).
90+
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).

0 commit comments

Comments
 (0)
Please sign in to comment.