Skip to content

Commit 88dd428

Browse files
committed
A handful more topics before -rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent cb227d5 commit 88dd428

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Documentation/RelNotes/2.32.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,25 @@ Fixes since v2.31
371371
empty directories under $GIT_DIR/refs/ for
372372
(merge 5f03e5126d wc/packed-ref-removal-cleanup later to maint).
373373

374+
* "git clean" and "git ls-files -i" had confusion around working on
375+
or showing ignored paths inside an ignored directory, which has
376+
been corrected.
377+
(merge b548f0f156 en/dir-traversal later to maint).
378+
379+
* The handling of "%(push)" formatting element of "for-each-ref" and
380+
friends was broken when the same codepath started handling
381+
"%(push:<what>)", which has been corrected.
382+
(merge 1e1c4c5eac zh/ref-filter-push-remote-fix later to maint).
383+
384+
* The bash prompt script (in contrib/) did not work under "set -u".
385+
(merge 5c0cbdb107 en/prompt-under-set-u later to maint).
386+
387+
* The "chainlint" feature in the test framework is a handy way to
388+
catch common mistakes in writing new tests, but tends to get
389+
expensive. An knob to selectively disable it has been introduced
390+
to help running tests that the developer has not modified.
391+
(merge 2d86a96220 jk/test-chainlint-softer later to maint).
392+
374393
* Other code cleanup, docfix, build fix, etc.
375394
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
376395
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).

0 commit comments

Comments
 (0)