]> git.ipfire.org Git - thirdparty/git.git/commit - repository.c
submodule-config: store the_submodule_cache in the_repository
authorBrandon Williams <bmwill@google.com>
Thu, 22 Jun 2017 18:43:44 +0000 (11:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 24 Jun 2017 01:24:34 +0000 (18:24 -0700)
commitbf12fcdf5ec00e6b7d0978750df9e0146eb57c75
tree5b71651780a3f276212c35f05e67c8a8c5c3358c
parent639e30b5b2214c68c042215a279ac1fbb372d73d
submodule-config: store the_submodule_cache in the_repository

Refactor how 'the_submodule_cache' is handled so that it can be stored
inside of a repository object.  Also migrate 'the_submodule_cache' to be
stored in 'the_repository'.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
repository.c
repository.h
submodule-config.c
submodule-config.h