]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3428-rebase-signoff.sh
Merge branch 'rh/complete-symbolic-ref'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2024 17:18:45 +0000 (10:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2024 17:18:45 +0000 (10:18 -0700)
commit2c34e4e747261bd32cd8d5a4fb844cf97aec5fb9
treed628b270609049b00ad6c1ab61606b9996df280b
parentf526a4f3142de772bdd2d0dbd4710e401f603a5c
parent6b7c45e8c9f7e6b6a602b9ba0727073573da552f
Merge branch 'rh/complete-symbolic-ref'

Command line completion script (in contrib/) learned to complete
"git symbolic-ref" a bit better (you need to enable plumbing
commands to be completed with GIT_COMPLETION_SHOW_ALL_COMMANDS).

* rh/complete-symbolic-ref:
  completion: add docs on how to add subcommand completions
  completion: improve docs for using __git_complete
  completion: add 'symbolic-ref'
contrib/completion/git-completion.bash
t/t9902-completion.sh