]> git.ipfire.org Git - thirdparty/git.git/commit
tests: t2206-add-submodule-ignored: ignore=all and add --force tests
authorClaus Schneider(Eficode) <claus.schneider@eficode.com>
Wed, 14 Jan 2026 07:47:57 +0000 (07:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Jan 2026 14:34:52 +0000 (06:34 -0800)
commitef72d4fcd333dcde1aa468bb1d2250858ba53580
treeebef54fc69cad099ee34be140e83972b24a1663a
parent2d0e9c51fd9308f92b1c94892f0469b02193253f
tests: t2206-add-submodule-ignored: ignore=all and add --force tests

The tests verify that the submodule behavior is intact and updating the
config with ignore=all also behaves as intended with configuration in
.gitmodules and configuration given on the command line.

The usage of --force is showcased and tested in the test suite.

The test file is added to meson.build for execution.

Signed-off-by: Claus Schneider (Eficode) <claus.schneider@eficode.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/meson.build
t/t2206-add-submodule-ignored.sh [new file with mode: 0755]