]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cs/add-skip-submodule-ignore-all' into seen
authorJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:34 +0000 (10:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:34 +0000 (10:37 -0800)
"git add <submodule>" has been taught to honor
submodule.<name>.ignore that is set to "all" (and requires "git add
-f" to override it).

* cs/add-skip-submodule-ignore-all:
  Documentation: update add --force option + ignore=all config
  tests: fix existing tests when add an ignore=all submodule
  tests: t2206-add-submodule-ignored: ignore=all and add --force tests
  read-cache: submodule add need --force given ignore=all configuration
  read-cache: update add_files_to_cache take param ignored_too

1  2 
Documentation/config/submodule.adoc
builtin/checkout.c
builtin/commit.c
read-cache.c
t/meson.build

Simple merge
Simple merge
Simple merge
diff --cc read-cache.c
Simple merge
diff --cc t/meson.build
Simple merge