]> git.ipfire.org Git - thirdparty/git.git/commit
submodule tests: add tests for top-level flag output
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 8 Nov 2022 14:10:33 +0000 (15:10 +0100)
committerTaylor Blau <me@ttaylorr.com>
Tue, 8 Nov 2022 19:55:30 +0000 (14:55 -0500)
commit44874cbd19afb6ee6fa7dad01dbe6eec161cc94b
tree491ecacb226be1904ffde2a26930ec215f307d1d
parentcc74a4ac7255510b4a928d4973dcfcc746d74e8f
submodule tests: add tests for top-level flag output

Exhaustively test for how combining various "mixed-level" "git
submodule" option works. "Mixed-level" here means options that are
accepted by a mixture of the top-level "submodule" command, and
e.g. the "status" sub-command.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
t/t7400-submodule-basic.sh
t/t7422-submodule-output.sh [new file with mode: 0755]