]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/alias-completion'
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Sep 2023 16:04:15 +0000 (09:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Sep 2023 16:04:15 +0000 (09:04 -0700)
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


Trivial merge