tree-walk: copy object ID before use
[gitweb.git] / builtin / pull.c
index 1b90622b1311187612ef8b33995c92a6802eb343..74808b94554a78e720128a721f21dc0d20dd839e 100644 (file)
@@ -899,7 +899,8 @@ int cmd_pull(int argc, const char **argv, const char *prefix)
                        die(_("Updating an unborn branch with changes added to the index."));
 
                if (!autostash)
-                       require_clean_work_tree(N_("pull with rebase"),
+                       require_clean_work_tree(the_repository,
+                               N_("pull with rebase"),
                                _("please commit or stash them."), 1, 0);
 
                if (get_rebase_fork_point(&rebase_fork_point, repo, *refspecs))