summaryrefslogtreecommitdiff
path: root/git-count-objects-script
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2025-04-22 10:36:11 +0200
committerJunio C Hamano <gitster@pobox.com>2025-04-22 08:26:12 -0700
commitfe35ce2ef83b597f0e0ca9fb0f7662ce018d3443 (patch)
treef114bda8cce51ee49fc05f40c43dcb98f441bef4 /git-count-objects-script
parent4bbb303af69990ccd05fe3a2eb58a1ce036f8220 (diff)
contrib/completion: install Bash completion
The shell completion scripts in "contrib/completion" are being tested, but none of our build systems support installing them. This is somewhat confusing for Meson, where users can explicitly enable building these scripts via `-Dcontrib=completion`. This option only controlls whether the completions are built and tested against, where "building" is a bit of an euphemism for "copying them into the build directory". Teach both our Makefile and Meson to install our Bash completion script. For now, this is the only completion script that we're installing given that Bash completions "just work" with a canonical well-known location nowadays. Other completion scripts, like for example the one for zsh, don't have a well-known location and/or require extra steps by the user to make them available. As such, we skip installing these scripts for now, but we may do so in the future if we ever figure out a proper way to do this. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-count-objects-script')
0 files changed, 0 insertions, 0 deletions