t1700: new tests for split-index mode
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
5b0a78c1c0
commit
3e52f70b15
@ -1463,8 +1463,7 @@ static struct cache_entry *create_from_disk(struct ondisk_cache_entry *ondisk,
|
||||
}
|
||||
|
||||
/* remember to discard_cache() before reading a different cache! */
|
||||
static int do_read_index(struct index_state *istate, const char *path,
|
||||
int must_exist)
|
||||
int do_read_index(struct index_state *istate, const char *path, int must_exist)
|
||||
{
|
||||
int fd, i;
|
||||
struct stat st;
|
||||
|
Reference in New Issue
Block a user