On Tue, Mar 27, 2007 at 03:29:37AM -0700, Junio C Hamano wrote:
quoted
Isn't possible to mimic bash alias handling:. From man: "Aliases are
not expanded when the shell is not interactive,... "
I do not think so, but I think alias expanding "git foo" while
not expanding "git-foo" should not be too hard. You need two
extra preparation steps for such a change to be useful, though.
Might it not be easier to simply add a GIT_NOALIAS variable, and set it
at the top of all git programs?
-Peff