]> Kevux Git Server - rit/commit
Merge branch 'cs/add-skip-submodule-ignore-all'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2026 21:36:55 +0000 (14:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2026 21:36:55 +0000 (14:36 -0700)
commit3fe08b8fd1f7731edabeab8138547ec88d6407de
tree03cf6af819cf01112da5d872fe149e2361a2684f
parentd445aecfb013ae7b45e946f9aea06464aee69ed8
parent6cc6d1b4c699323bc2a76e1a4cfbaede242cbfc8
Merge branch 'cs/add-skip-submodule-ignore-all'

"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
Documentation/config/submodule.adoc
builtin/add.c
builtin/checkout.c
builtin/commit.c
read-cache.c
t/meson.build