]> git.ipfire.org Git - thirdparty/git.git/commit - read-cache.c
preload-index.h: move declarations for preload-index.c from elsewhere
authorElijah Newren <newren@gmail.com>
Tue, 16 May 2023 06:33:52 +0000 (06:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Jun 2023 20:39:53 +0000 (13:39 -0700)
commitfbffdfb11cba61dbce46442d0b136dcf2ddaeadc
treea06f221f83957ecbcce1b9999604c73e69f303f7
parentbaf889c2cdc616c7eff67f49608f1d93642c13f0
preload-index.h: move declarations for preload-index.c from elsewhere

We already have a preload-index.c file; move the declarations for the
functions in that file into a new preload-index.h.  These were
previously split between cache.h and repository.h.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
15 files changed:
add-interactive.c
builtin/add.c
builtin/am.c
builtin/checkout.c
builtin/commit.c
builtin/diff-files.c
builtin/diff-index.c
builtin/diff.c
builtin/stash.c
builtin/submodule--helper.c
cache.h
preload-index.c
preload-index.h [new file with mode: 0644]
read-cache.c
repository.h