From: Junio C Hamano Date: Fri, 29 Sep 2023 16:04:15 +0000 (-0700) Subject: Merge branch 'jc/alias-completion' X-Git-Tag: v2.43.0-rc0~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d15f92e3791d481ae244cb1436da06fe89479641;p=thirdparty%2Fgit.git Merge branch 'jc/alias-completion' The command line completion script (in contrib/) can be told to complete aliases by including ": git ;" in the alias to tell it that the alias should be completed similar to how "git " 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 --- d15f92e3791d481ae244cb1436da06fe89479641