]> git.ipfire.org Git - thirdparty/git.git/commit
parallel-checkout: add tests related to .gitattributes
authorMatheus Tavares <matheus.bernardino@usp.br>
Tue, 4 May 2021 16:27:34 +0000 (13:27 -0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 May 2021 03:26:36 +0000 (12:26 +0900)
commitd5904220bccc7f9e49a507d969bcc83428e582df
tree2e2ce4092c55ab6905eefa536f1ef22579c619a0
parent2fa3cbadcdc63c3a723c2fd490f1d84552854bee
parallel-checkout: add tests related to .gitattributes

Add tests to confirm that the `struct conv_attrs` data is correctly
passed from the main process to the workers, and that they can properly
convert the blobs before writing them to the working tree.

Also check that parallel-ineligible entries, such as regular files that
require external filters, are correctly smudge and written when
parallel-checkout is enabled.

Co-authored-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2082-parallel-checkout-attributes.sh [new file with mode: 0755]