]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation: update add --force option + ignore=all config
authorClaus Schneider(Eficode) <claus.schneider@eficode.com>
Wed, 14 Jan 2026 07:47:59 +0000 (07:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Jan 2026 14:34:52 +0000 (06:34 -0800)
commit150bf1a3430d0d2e6299ab806333c0248d3c81ee
tree83cacb79d2049709906275fc460b376c85b50fb9
parentae8ba0e7616d8d583b2f20cb79b0fda77f3aa553
Documentation: update add --force option + ignore=all config

- git-add.adoc: Update the --force documentation for submodule behaviour
  to be added even the given configuration ignore=all.
- gitmodules.adoc and config/submodule.adoc: The submodule config
  ignore=all now need --force in order to update the index.

Signed-off-by: Claus Schneider (Eficode) <claus.schneider@eficode.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/submodule.adoc
Documentation/git-add.adoc
Documentation/gitmodules.adoc