Code

user-manual: edit "ignoring files" for conciseness
[git.git] / builtin-write-tree.c
index a1894814f7356e5689416560aa6cda868583ce2b..391de53972ebf77d2e08f1b405969e065bd8b371 100644 (file)
@@ -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)