]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rj/complete-worktree-paths-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 14 Mar 2024 21:05:25 +0000 (14:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Mar 2024 21:05:25 +0000 (14:05 -0700)
commitc5a7ee124d491d5fe0e3948532ca8219b3b471c0
treea30b071b6cddc7f18243bcb8b25fb5a508d22d69
parent43100746e69aacb3f8110a9855aacd66483f7e24
parent3574816d98a332187fc331826cdf170b0adf3a47
Merge branch 'rj/complete-worktree-paths-fix'

The logic to complete the command line arguments to "git worktree"
subcommand (in contrib/) has been updated to correctly honor things
like "git -C dir" etc.

* rj/complete-worktree-paths-fix:
  completion: fix __git_complete_worktree_paths
contrib/completion/git-completion.bash
t/t9902-completion.sh