Skip to content

Commit 5dec958

Browse files
committed
The tenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ebed06a commit 5dec958

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Documentation/RelNotes/2.40.0.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ UI, Workflows & Features
3535
* Introduce an optional configuration to allow the trailing hash that
3636
protects the index file from bit flipping.
3737

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+
3843

3944
Performance, Internal Implementation, Development Support etc.
4045

@@ -150,6 +155,23 @@ Fixes since v2.39
150155
* Document ORIG_HEAD a bit more.
151156
(merge f1c9243fc5 pb/doc-orig-head later to maint).
152157

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+
153175
* Other code cleanup, docfix, build fix, etc.
154176
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
155177
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).
@@ -177,3 +199,5 @@ Fixes since v2.39
177199
(merge f5156f1885 ar/bisect-doc-update later to maint).
178200
(merge fca2d86c97 jk/interop-error later to maint).
179201
(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

Comments
 (0)