]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tz/completion'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2019 10:28:09 +0000 (19:28 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2019 10:28:09 +0000 (19:28 +0900)
commit2850232a21fa1c2548d4e4df9dbfb51e6423dcce
tree8bc7edc13b8db632e01fd86d066a98ef81b5fb56
parent08c9757a76eaeae1a600b98932e65bd339a73e25
parent2eb6f09f7d9c02266f7e6ac8b1591abc8b10278d
Merge branch 'tz/completion'

The completion helper code now pays attention to repository-local
configuration (when available), which allows --list-cmds to honour
a repository specific setting of completion.commands, for example.

* tz/completion:
  completion: use __git when calling --list-cmds
  completion: fix multiple command removals
  t9902: test multiple removals via completion.commands
  git: read local config in --list-cmds