read-cache.c: replace update_index_if_able with repo_&
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
e1ff0a32e4
commit
1b0d968b34
@ -1396,7 +1396,7 @@ int cmd_status(int argc, const char **argv, const char *prefix)
|
||||
wt_status_collect(&s);
|
||||
|
||||
if (0 <= fd)
|
||||
update_index_if_able(&the_index, &index_lock);
|
||||
repo_update_index_if_able(the_repository, &index_lock);
|
||||
|
||||
if (s.relative_paths)
|
||||
s.prefix = prefix;
|
||||
|
||||
Reference in New Issue
Block a user