]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/complete-checkout-t'
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Sep 2023 20:53:13 +0000 (13:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Sep 2023 20:53:13 +0000 (13:53 -0700)
commitf41c5a5eec6a8fcc2ed683541d50e4bfe0a066ba
treeb879ccd469ae0387908a8590c647ec9e2a2484f4
parent921a713d66acdc90427ab80c4cb039be73b3ae72
parent9f892830d6965d68bfa937cebcfbed9c9e552700
Merge branch 'js/complete-checkout-t'

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