/
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
repository.c: replace hold_locked_index() with repo_hold_locked_index()
[git/git.git]
/
apply.c
diff --git
a/apply.c
b/apply.c
index
01793d6
..
08cde3c
100644
(file)
--- a/
apply.c
+++ b/
apply.c
@@
-4712,7
+4712,8
@@
static int apply_patch(struct apply_state *state,
state->index_file,
LOCK_DIE_ON_ERROR);
else
- hold_locked_index(&state->lock_file, LOCK_DIE_ON_ERROR);
+ repo_hold_locked_index(state->repo, &state->lock_file,
+ LOCK_DIE_ON_ERROR);
}
if (state->check_index && read_apply_cache(state) < 0) {