]> 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>
Fri, 6 Feb 2026 13:22:56 +0000 (13:22 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Feb 2026 17:43:26 +0000 (09:43 -0800)
commit37196d8995ee60e08230c5d05dfd26204d604580
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