diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-02-27 10:08:57 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-02-27 10:08:58 -0800 |
| commit | 506bd0ec82d0b51d49a8e0c6fbe37b23619b0938 (patch) | |
| tree | 7f91de43e81ac7d300821ed1856438b6ad8a87c7 /git.c | |
| parent | Merge branch 'jc/countermand-format-attach' (diff) | |
| parent | trace.c, git.c: remove unnecessary parameter to trace_repo_setup() (diff) | |
| download | git-506bd0ec82d0b51d49a8e0c6fbe37b23619b0938.tar.gz git-506bd0ec82d0b51d49a8e0c6fbe37b23619b0938.zip | |
Merge branch 'if/simplify-trace-setup'
Code clean-up.
* if/simplify-trace-setup:
trace.c, git.c: remove unnecessary parameter to trace_repo_setup()
Diffstat (limited to 'git.c')
| -rw-r--r-- | git.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
