]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation: update add --force option + ignore=all config
authorClaus Schneider(Eficode) <claus.schneider@eficode.com>
Fri, 6 Feb 2026 13:23:00 +0000 (13:23 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Feb 2026 17:43:26 +0000 (09:43 -0800)
commit6cc6d1b4c699323bc2a76e1a4cfbaede242cbfc8
treeff9e1ebc884641bbb6dd81c2c29fa2657537debd
parent902013225cb7120c59b6ef8771db5c266041f6d5
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