]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
t3428: restore coverage for "apply" backend
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index 96b0a2837dcd69d875181fe6b9f395f1703c4583..6171fd6769d715df1ce232bcac6d2465eca847dd 100644 (file)
--- a/git.c
+++ b/git.c
@@ -430,7 +430,7 @@ static int run_builtin(struct cmd_struct *p, int argc, const char **argv)
                use_pager = 1;
        if (run_setup && startup_info->have_repository)
                /* get_git_dir() may set up repo, avoid that */
-               trace_repo_setup(prefix);
+               trace_repo_setup();
        commit_pager_choice();
 
        if (!help && p->option & NEED_WORK_TREE)