]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
contrib/completion/git-completion.bash
t/t9902-completion.sh

Simple merge