]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sg/completion-worktree'
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Jan 2020 22:17:09 +0000 (14:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jan 2020 22:17:09 +0000 (14:17 -0800)
The command line completion (in contrib/) learned to complete
subcommands and arguments to "git worktree".

* sg/completion-worktree:
  completion: list paths and refs for 'git worktree add'
  completion: list existing working trees for 'git worktree' subcommands
  completion: simplify completing 'git worktree' subcommands and options
  completion: return the index of found word from __git_find_on_cmdline()
  completion: clean up the __git_find_on_cmdline() helper function
  t9902-completion: add tests for the __git_find_on_cmdline() helper

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

Simple merge