split-index: add {add,remove}_split_index() functions
Also use the functions in cmd_update_index() in builtin/update-index.c. These functions will be used in a following commit to tweak our use of the split-index feature depending on the setting of a configuration variable. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
1f44b09b58
commit
cef4fc7ebe
@ -31,5 +31,7 @@ void merge_base_index(struct index_state *istate);
|
||||
void prepare_to_write_split_index(struct index_state *istate);
|
||||
void finish_writing_split_index(struct index_state *istate);
|
||||
void discard_split_index(struct index_state *istate);
|
||||
void add_split_index(struct index_state *istate);
|
||||
void remove_split_index(struct index_state *istate);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user