Merge branch 'fc/completion-aliases-support'
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 Jan 2021 23:20:29 +0000 (15:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Jan 2021 23:20:30 +0000 (15:20 -0800)
commitf9fb9063fd792e3f50ae2cd0847c88d2df287068
tree30890fbcdb81542309e29383230e223dd42c249d
parent62fb47a4d3a93d97f4ed82323425135ecd3b84f5
parent5a067ba9d04eebc92ad77f101b785219238f4f1e
Merge branch 'fc/completion-aliases-support'

Bash completion (in contrib/) update to make it easier for
end-users to add completion for their custom "git" subcommands.

* fc/completion-aliases-support:
  completion: add proper public __git_complete
  test: completion: add tests for __git_complete
  completion: bash: improve function detection
  completion: bash: add __git_have_func helper