/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
read-cache.c: kill read_index()
[git/git.git]
/
apply.c
diff --git
a/apply.c
b/apply.c
index
08cde3c
..
e040c0b
100644
(file)
--- a/
apply.c
+++ b/
apply.c
@@
-4019,7
+4019,7
@@
static int read_apply_cache(struct apply_state *state)
return read_index_from(state->repo->index, state->index_file,
get_git_dir());
else
- return re
ad_index(state->repo->index
);
+ return re
po_read_index(state->repo
);
}
/* This function tries to read the object name from the current index */