]> git.ipfire.org Git - thirdparty/git.git/commit
prefix_path: show gitdir when arg is outside repo
authorEmily Shaffer <emilyshaffer@google.com>
Sat, 15 Feb 2020 01:00:13 +0000 (17:00 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Feb 2020 23:32:59 +0000 (15:32 -0800)
commite0020b2f82910f50bc697d86aff70c3796fbdc41
treecb295d6880e853174a356d9f6f2daee86683c872
parentd0654dc308b0ba76dd8ed7bbb33c8d8f7aacd783
prefix_path: show gitdir when arg is outside repo

When developing a script, it can be painful to understand why Git thinks
something is outside the current repo, if the current repo isn't what
the user thinks it is. Since this can be tricky to diagnose, especially
in cases like submodules or nested worktrees, let's give the user a hint
about which repository is offended about that path.

Signed-off-by: Emily Shaffer <emilyshaffer@google.com>
Acked-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pathspec.c
setup.c