]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bk/complete-bisect'
authorJunio C Hamano <gitster@pobox.com>
Mon, 12 Feb 2024 21:16:10 +0000 (13:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Feb 2024 21:16:10 +0000 (13:16 -0800)
commit46761378c3ba8915fd5a52995c8f6c1a847bed84
tree787120eddb6c591de2bb0f6db3d6a308d1fdc2c0
parentf424d7c33df373fb8eb4c9dc63ab6dc24de24aa5
parentd8e08f0717c17b2ee629c50844c34adc83575ad0
Merge branch 'bk/complete-bisect'

Command line completion support (in contrib/) has been
updated for "git bisect".

* bk/complete-bisect:
  completion: bisect: recognize but do not complete view subcommand
  completion: bisect: complete log opts for visualize subcommand
  completion: new function __git_complete_log_opts
  completion: bisect: complete missing --first-parent and - -no-checkout options
  completion: bisect: complete custom terms and related options
  completion: bisect: complete bad, new, old, and help subcommands
  completion: tests: always use 'master' for default initial branch name
contrib/completion/git-completion.bash
t/t9902-completion.sh