]> git.ipfire.org Git - thirdparty/git.git/commit
test-tool path-utils: support debugging "dubious ownership" issues
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 25 Mar 2025 10:38:30 +0000 (10:38 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Mar 2025 11:45:56 +0000 (04:45 -0700)
commit5bb88e89efc8b4babb2e2818063ebe88f482f82b
treed60377515884a420420898ec47de81e478373483
parent03a4e46d122d5f24b6e1cd872eb996851c1563da
test-tool path-utils: support debugging "dubious ownership" issues

This adds a new sub-sub-command for `test-tool`, simply passing through
the command-line arguments to the `is_path_owned_by_current_user()`
function.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-path-utils.c