]> Kevux Git Server - rit/commit
tests: t2206-add-submodule-ignored: ignore=all and add --force tests
authorClaus Schneider(Eficode) <claus.schneider@eficode.com>
Fri, 6 Feb 2026 13:22:58 +0000 (13:22 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Feb 2026 17:43:26 +0000 (09:43 -0800)
commit297a27fdf2f68e95d7e344a22f20d9053b74b3ac
treeebef54fc69cad099ee34be140e83972b24a1663a
parenta16c4a245acb2420bafcbd572ba9fb94b1ba5146
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]