]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/complete-checkout-t' into maint-2.42
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 07:53:18 +0000 (16:53 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 07:53:18 +0000 (16:53 +0900)
commitd12df942ba017c1301a51083b82431e9b3699a11
tree17d29cf643440576ec04558b800ffebe41ac0377
parent17ab51ee8ffcecc62813fe6c744cabb924f3fc9f
parent9f892830d6965d68bfa937cebcfbed9c9e552700
Merge branch 'js/complete-checkout-t' into maint-2.42

The completion script (in contrib/) has been taught to treat the
"-t" option to "git checkout" and "git switch" just like the
"--track" option, to complete remote-tracking branches.

* js/complete-checkout-t:
  completion(switch/checkout): treat --track and -t the same
contrib/completion/git-completion.bash
t/t9902-completion.sh