summaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes/2.48.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/RelNotes/2.48.0.txt')
-rw-r--r--Documentation/RelNotes/2.48.0.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.48.0.txt b/Documentation/RelNotes/2.48.0.txt
index 0fecb8de27..e5b3de8aff 100644
--- a/Documentation/RelNotes/2.48.0.txt
+++ b/Documentation/RelNotes/2.48.0.txt
@@ -25,6 +25,24 @@ Performance, Internal Implementation, Development Support etc.
allocation function given to it may fail to allocate and to deal
with such an error.
+ * An extra worktree attached to a repository points at each other to
+ 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.
+
+ * The reftable sub-system grew a new reftable-specific strbuf
+ replacement to reduce its dependency on Git-specific data
+ structures.
+
+ * The ref-filter machinery learns to recognize and avoid cases where
+ sorting would be redundant.
Fixes since v2.47
-----------------
@@ -46,6 +64,22 @@ Fixes since v2.47
reference, which has been corrected.
(merge c95547a394 ps/maintenance-start-crash-fix later to maint).
+ * Fail gracefully instead of crashing when attempting to write the
+ 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).
@@ -58,3 +92,10 @@ 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).
+ (merge 52acf6771b kh/submitting-patches later to maint).
+ (merge a73070fbd4 ks/t4205-fixup later to maint).
+ (merge 9e362dd060 co/t6050-pipefix later to maint).
+ (merge 91687cd13f sk/t7011-cleanup later to maint).