]> git.ipfire.org Git - thirdparty/git.git/commit
read-cache: update add_files_to_cache take param ignored_too
authorClaus Schneider(Eficode) <claus.schneider@eficode.com>
Wed, 14 Jan 2026 07:47:55 +0000 (07:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Jan 2026 14:34:52 +0000 (06:34 -0800)
commitbddef7096ac0ab0a2bce38d63bb76802584575be
treec6eba8a9a719e6870b0e4be0fcc424fc37c78bea
parent8745eae506f700657882b9e32b2aa00f234a6fb6
read-cache: update add_files_to_cache take param ignored_too

The ignored_too parameter is added to the function
add_files_to_cache for usage of explicit updating the index for the updated
submodule using the explicit patchspec to the submodule.

Signed-off-by: Claus Schneider (Eficode) <claus.schneider@eficode.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/add.c
builtin/checkout.c
builtin/commit.c
read-cache-ll.h
read-cache.c