From: Junio C Hamano Date: Tue, 6 Jun 2006 01:09:40 +0000 (-0700) Subject: git alias: try alias last. X-Git-Tag: v1.4.0-rc2~16^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=a025463bc0ec2c894a88f2dfb44cf88ba71bb712;hp=a025463bc0ec2c894a88f2dfb44cf88ba71bb712;p=git.git git alias: try alias last. This disables alias "foo" from being used for git-foo, and when we do use alias we check the built-in and then existing command names first and then alias as the fallback. This avoids the problem of common commands used in scripts getting clobbered by user specific aliases. Signed-off-by: Junio C Hamano ---