aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2023-01-12 11:39:36 -0500
committerJunio C Hamano <gitster@pobox.com>2023-01-13 11:48:24 -0800
commitfca2d86c97838920a42e192c5a1738874e492613 (patch)
treeaaa4f36403ba0f619ddaad1d302e782e24d9721f /builtin/commit.c
parentGit 2.39 (diff)
downloadgit-fca2d86c97838920a42e192c5a1738874e492613.tar.gz
git-fca2d86c97838920a42e192c5a1738874e492613.zip
t/interop: report which vanilla git command failed
The interop test library sets up wrappers "git.a" and "git.b" to represent the two versions to be tested. It also wraps vanilla "git" to report an error, with the goal of catching tests which accidentally fail to use one of the version-specific wrappers (which could invalidate the tests in a very subtle way). But when it catches an invocation of vanilla git, it doesn't give any details, which makes it very hard to debug exactly which invocation is responsible (especially if it's buried in a function invocation, etc). Let's report the arguments passed to git, which helps narrow it down. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions