X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git.c;h=68334f6a3134bb76a8ffc59e4da773400c59a388;hb=58c4d66619eb21fa23a1305401e0ec4988c1c17e;hp=d532576cdff244fcd3945ef4fcc580e1bf0b04ae;hpb=e6234122b89cc21538d9d76cc3803a578b577e52;p=git.git diff --git a/git.c b/git.c index d532576cd..68334f6a3 100644 --- a/git.c +++ b/git.c @@ -275,6 +275,10 @@ static int run_builtin(struct cmd_struct *p, int argc, const char **argv) use_pager = check_pager_config(p->cmd); if (use_pager == -1 && p->option & USE_PAGER) use_pager = 1; + + if ((p->option & (RUN_SETUP | RUN_SETUP_GENTLY)) && + startup_info->have_repository) /* get_git_dir() may set up repo, avoid that */ + trace_repo_setup(prefix); } commit_pager_choice();