From: Junio C Hamano <hidden> Date: 2016-06-15 22:43:01
Jeff King [off-list ref] writes:
Might it not be easier to simply add a GIT_NOALIAS variable, and set it
at the top of all git programs?
It might be easier but I do not think that is useful. When
git-commit runs the $EDITOR for the commit log message, I think
people would expect (if you are using vi) "!!git log" to honor
their alias.