@@ -35,6 +35,11 @@ UI, Workflows & Features
35
35
* Introduce an optional configuration to allow the trailing hash that
36
36
protects the index file from bit flipping.
37
37
38
+ * "git check-attr" learned to take an optional tree-ish to read the
39
+ .gitattributes file from.
40
+
41
+ * "scalar" learned to give progress bar.
42
+
38
43
39
44
Performance, Internal Implementation, Development Support etc.
40
45
@@ -150,6 +155,23 @@ Fixes since v2.39
150
155
* Document ORIG_HEAD a bit more.
151
156
(merge f1c9243fc5 pb/doc-orig-head later to maint).
152
157
158
+ * "git ls-tree --format='%(path) %(path)' $tree $path" showed the
159
+ path three times, which has been corrected.
160
+ (merge c388fcda99 rs/ls-tree-path-expansion-fix later to maint).
161
+
162
+ * Remove "git env--helper" and demote it to a test-tool subcommand.
163
+ (merge 4a1baacd46 ab/test-env-helper later to maint).
164
+
165
+ * Newer regex library macOS stopped enabling GNU-like enhanced BRE,
166
+ where '\(A\|B\)' works as alternation, unless explicitly asked with
167
+ the REG_ENHANCED flag. "git grep" now can be compiled to do so, to
168
+ retain the old behaviour.
169
+ (merge 54463d32ef rs/use-enhanced-bre-on-macos later to maint).
170
+
171
+ * Pthread emulation on Win32 leaked thread handle when a thread is
172
+ joined.
173
+ (merge 238a9dfe86 sk/win32-close-handle-upon-pthread-join later to maint).
174
+
153
175
* Other code cleanup, docfix, build fix, etc.
154
176
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
155
177
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).
@@ -177,3 +199,5 @@ Fixes since v2.39
177
199
(merge f5156f1885 ar/bisect-doc-update later to maint).
178
200
(merge fca2d86c97 jk/interop-error later to maint).
179
201
(merge cf4936ed74 tl/ls-tree-code-clean-up later to maint).
202
+ (merge dcb47e52b0 en/t6426-todo-cleanup later to maint).
203
+ (merge 5b8db44bdd jc/format-patch-v-unleak later to maint).
0 commit comments