X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-write-tree.c;h=c88bbd1b9be0fe2c033e2fe9daef0a8a2dae03a5;hb=40250af411f33afa0c39a5d461829b676453ce3b;hp=90fc1cfcf40d057cd654edd1454f56cd823efd66;hpb=77b50ab009deab7f8eb703843a71ac7253b977c8;p=git.git diff --git a/builtin-write-tree.c b/builtin-write-tree.c index 90fc1cfcf..c88bbd1b9 100644 --- a/builtin-write-tree.c +++ b/builtin-write-tree.c @@ -18,7 +18,7 @@ int write_tree(unsigned char *sha1, int missing_ok, const char *prefix) /* We can't free this memory, it becomes part of a linked list parsed atexit() */ struct lock_file *lock_file = xcalloc(1, sizeof(struct lock_file)); - newfd = hold_lock_file_for_update(lock_file, get_index_file(), 0); + newfd = hold_locked_index(lock_file, 1); entries = read_cache(); if (entries < 0)