@@ -29,6 +29,13 @@ Performance, Internal Implementation, Development Support etc.
29
29
allow finding the repository from the worktree and vice versa
30
30
possible. Turn this linkage to relative paths.
31
31
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.
32
39
33
40
Fixes since v2.47
34
41
-----------------
@@ -54,6 +61,18 @@ Fixes since v2.47
54
61
contents of a corrupt in-core index as a tree object.
55
62
(merge ecb5c4318c ps/cache-tree-w-broken-index-entry later to maint).
56
63
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
+
57
76
* Other code cleanup, docfix, build fix, etc.
58
77
(merge 66893a14d0 ps/leakfixes-part-8 later to maint).
59
78
(merge 1164e270b5 jk/output-prefix-cleanup later to maint).
@@ -66,3 +85,6 @@ Fixes since v2.47
66
85
(merge b8139c8f4e kh/checkout-ignore-other-docfix later to maint).
67
86
(merge 6dab49b9fb tc/bundle-uri-leakfix later to maint).
68
87
(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