git alias: try alias last.
authorJunio C Hamano <junkio@cox.net>
Tue, 6 Jun 2006 01:09:40 +0000 (18:09 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Jun 2006 01:09:40 +0000 (18:09 -0700)
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 <junkio@cox.net>

No differences found