diff options
author | Brandon Williams <bmwill@google.com> | 2017-07-18 12:05:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-18 13:32:25 -0700 |
commit | ba43964d47ac29eafafd8d475c299c51c8a1ca75 (patch) | |
tree | d77a6c3387d677a1cbb348350c8625b95d7e8016 /submodule.c | |
parent | repo_read_index: don't discard the index (diff) | |
download | tgif-ba43964d47ac29eafafd8d475c299c51c8a1ca75.tar.xz |
repository: have the_repository use the_index
Have the index state which is stored in 'the_repository' be a pointer to
the in-core index 'the_index'. This makes it easier to begin
transitioning more parts of the code base to operate on a 'struct
repository'.
Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'submodule.c')
0 files changed, 0 insertions, 0 deletions