Merge branch 'jc/alias-completion'
commitd15f92e3791d481ae244cb1436da06fe89479641
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Sep 2023 16:04:15 +0000 (29 09:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Sep 2023 16:04:15 +0000 (29 09:04 -0700)
treef3c807fba15c49aad7d520280b0f1f2791c34456
parente076f3a23f0b6a8c56389b7ad672602853a91e57
parent8d73a2cc036199a25cc97586937267ec14cb6eae
Merge branch 'jc/alias-completion'

The command line completion script (in contrib/) can be told to
complete aliases by including ": git <cmd> ;" in the alias to tell
it that the alias should be completed similar to how "git <cmd>" is
completed.  The parsing code for the alias as been loosened to
allow ';' without an extra space before it.

* jc/alias-completion:
  completion: loosen and document the requirement around completing alias