@@ -15,6 +15,19 @@ UI, Workflows & Features
15
15
16
16
* Incrementally updating multi-pack index files.
17
17
18
+ * "git reflog" learns "drop" subcommand, that discards the entire
19
+ reflog data for a ref.
20
+
21
+ * A new userdiff driver for ".ini" format configuration files has
22
+ been added.
23
+
24
+ * The job to coalesce loose objects into packfiles in "git
25
+ maintenance" now has configurable batch size.
26
+
27
+ * "git clone" still gave the message about the default branch name;
28
+ this message has been turned into an advice message that can be
29
+ turned off.
30
+
18
31
19
32
Performance, Internal Implementation, Development Support etc.
20
33
--------------------------------------------------------------
@@ -55,6 +68,9 @@ Performance, Internal Implementation, Development Support etc.
55
68
56
69
* CI update.
57
70
71
+ * The object layer has been updated to take an explicit repository
72
+ instance as a parameter in more code paths.
73
+
58
74
59
75
Fixes since v2.49
60
76
-----------------
@@ -107,6 +123,17 @@ Fixes since v2.49
107
123
which has been corrected.
108
124
(merge 93bab2d04b fr/vimdiff-layout-fixes later to maint).
109
125
126
+ * Fix our use of zlib corner cases.
127
+ (merge 1cb2f293f5 jk/zlib-inflate-fixes later to maint).
128
+
129
+ * Fix lockfile contention in reftable code on Windows.
130
+ (merge 0a3dceabf1 ps/mingw-creat-excl-fix later to maint).
131
+
132
+ * "git-merge-file" documentation source, which has lines that look
133
+ like conflict markers, lacked custom conflict marker size defined,
134
+ which has been corrected..
135
+ (merge d3b5832381 pw/custom-conflict-marker-size-for-merge-related-docs later to maint).
136
+
110
137
* Other code cleanup, docfix, build fix, etc.
111
138
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
112
139
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
@@ -124,3 +151,5 @@ Fixes since v2.49
124
151
(merge 133d065dd6 ta/bulk-checkin-signed-compare-false-warning-fix later to maint).
125
152
(merge d2827dc31e es/meson-build-skip-coccinelle later to maint).
126
153
(merge ee8edb7156 dk/vimdiff-doc-fix later to maint).
154
+ (merge 107d889303 md/t1403-path-is-file later to maint).
155
+ (merge abd4192b07 js/comma-semicolon-confusion later to maint).
0 commit comments