]> git.ipfire.org Git - thirdparty/git.git/commit
repository.h: move declaration of the_index from cache.h
authorElijah Newren <newren@gmail.com>
Tue, 16 May 2023 06:33:55 +0000 (06:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Jun 2023 20:39:53 +0000 (13:39 -0700)
commitbc47f16db2bccb0398edd93af27086f35a3cb97a
tree832c2d5646016f16d27b0e78238b2f8918d04869
parent750324ddb876b54f52578df26278bf99c1e51eb9
repository.h: move declaration of the_index from cache.h

the_index is a global variable defined in repository.c; as such, its
declaration feels better suited living in repository.h rather than
cache.h.  Move it.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
repository.h
t/helper/test-dump-split-index.c