I think it is not GIT_NOALIAS that is ugly and fragile in concept. It is
the whole notion that you can define default parameters via aliases that
is ugly and fragile.
The possibility to say
git config alias.log '!rm -rf /home/peff'
on somebody _else's_ machine makes me go shudder.
And there's another thing. On some machines, rm is aliased to 'rm -i'.
That's good, right? NO! It _forces_ me to either look at the aliases on
that particular box, or alternatively (which is what I actually do),
specify _exactly_ what I want (I never do "rm", I always do "rm -i" or "rm
-f", or "git rm"). That's because the default behaviour is
_different_ on _different_ boxes. Repeat after me: consistency is good,
inconsistency is bad.
So, yes, I am glad we have the option of using GIT_NOALIAS (which I forgot
until jasam had this idea on IRC, independently), but no, I'd like not to
use it. Not because GIT_NOALIAS is ugly, but because individual
overriding default behaviours via peculiar aliases is.
Ciao,
Dscho
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html