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

Junio C Hamano committed Sep 29, 2023 at 09:04 UTC d15f92e3791d481ae244cb1436da06fe89479641

No changes.