]> git.ipfire.org Git - thirdparty/git.git/commit - transport-helper.c
Merge branch 'pb/complete-config'
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2024 23:36:06 +0000 (15:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2024 23:36:06 +0000 (15:36 -0800)
commit89400c361510c58bbbeac7d98967627636069340
tree45359837a04888d37accc4883d466ace4c7b4dde
parentc59ba68ea7d1b4614fa964403a6c662dca0dd212
parent6e32f718ffa2e1358f3c34dafb9ed0dc8e479781
Merge branch 'pb/complete-config'

The command line completion script (in contrib/) learned to
complete configuration variable names better.

* pb/complete-config:
  completion: add and use __git_compute_second_level_config_vars_for_section
  completion: add and use __git_compute_first_level_config_vars_for_section
  completion: complete 'submodule.*' config variables
  completion: add space after config variable names also in Bash 3
contrib/completion/git-completion.bash
t/t9902-completion.sh