]> git.ipfire.org Git - thirdparty/git.git/blobdiff - unpack-trees.c
Documentation: mention more worktree-specific exceptions
[thirdparty/git.git] / unpack-trees.c
index 50189909b86d6ab48a0aa15893f5b66c2e9ce613..62276d4fef5f67e7147377f16e24e30abca0906a 100644 (file)
@@ -315,7 +315,7 @@ static struct progress *get_progress(struct unpack_trees_options *o)
                        total++;
        }
 
-       return start_delayed_progress(_("Checking out files"), total);
+       return start_delayed_progress(_("Updating files"), total);
 }
 
 static void setup_collided_checkout_detection(struct checkout *state,
@@ -840,7 +840,7 @@ static int traverse_trees_recursive(int n, unsigned long dirmask,
                        const struct object_id *oid = NULL;
                        if (dirmask & 1)
                                oid = &names[i].oid;
-                       buf[nr_buf++] = fill_tree_descriptor(t + i, oid);
+                       buf[nr_buf++] = fill_tree_descriptor(the_repository, t + i, oid);
                }
        }