summaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder.dev@gmail.com>2018-04-17 00:41:07 +0200
committerJunio C Hamano <gitster@pobox.com>2018-04-17 12:49:36 +0900
commit6bf0ced4e21bfc757641ec537b8bb9dd63ece904 (patch)
treeacb66388a7b2d22126e1cd84496268212312ecbf /commit.c
parent722e31c713a2f33dc483c0f17f208b2260faebe4 (diff)
completion: simplify prefix path component handling during path completion
Once upon a time 'git -C "" cmd' errored out with "Cannot change to '': No such file or directory", therefore the completion script took extra steps to run 'git -C "." cmd' instead; see fca416a41e (completion: use "git -C $there" instead of (cd $there && git ...), 2014-10-09). Those extra steps are not needed since 6a536e2076 (git: treat "git -C '<path>'" as a no-op when <path> is empty, 2015-03-06), so remove them. While at it, also simplify how the trailing '/' is appended to the variable holding the prefix path components. Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions