]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/complete-show-all-commands'
authorJunio C Hamano <gitster@pobox.com>
Fri, 18 Feb 2022 00:25:05 +0000 (16:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Feb 2022 00:25:06 +0000 (16:25 -0800)
commit037dbe8ed79fab357b7a183d032b08b4ec22e5e8
treef155a23e0e7763905fbfd043f37195b5fbc10885
parent6cfe518967ab0ffd5e5f1a84d2495afea2213dcf
parentd9f88dd8bbf5302256ece5e3c50a1d3d59d2cd0e
Merge branch 'ab/complete-show-all-commands'

The command line completion script (in contrib/) learned to
complete all Git subcommands, including the ones that are normally
hidden, when GIT_COMPLETION_SHOW_ALL_COMMANDS is used.

* ab/complete-show-all-commands:
  completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDS
  completion tests: re-source git-completion.bash in a subshell
contrib/completion/git-completion.bash
t/t9902-completion.sh