Re: What's cooking in git.git (Feb 2024, #01; Fri, 2)
From: Junio C Hamano <hidden>
Date: 2024-02-03 05:22:43
Junio C Hamano [off-list ref] writes:
* jk/diff-external-with-no-index (2024-01-29) 1 commit (merged to 'next' on 2024-01-30 at 30c3e9f91d) + diff: handle NULL meta-info when spawning external diff "git diff --no-index file1 file2" segfaulted while invoking the external diff driver, which has been corrected. Reverted out of 'next' for now, seems to break "win test (n)" jobs. cf. <xmqqh6irwtkd.fsf@gitster.g> source: [ref]
The above topic is marked as such by mistake. It is on track to be merged to 'master'. What was temporarily reverted was the next one.
* jk/unit-tests-buildfix (2024-01-31) 3 commits (merged to 'next' on 2024-01-31 at 00df31c4c8) + t/Makefile: get UNIT_TESTS list from C sources + Makefile: remove UNIT_TEST_BIN directory with "make clean" + Makefile: use mkdir_p_parent_template for UNIT_TEST_BIN Build dependency around unit tests has been fixed. Will merge to 'master'. source: [ref]
But Dscho helped to fix the breakage on "win test (n)" jobs so it has again been queued to 'next'.