If you have a config containing something like this:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 5 Jun 2006 17:43:52 +0000 (19:43 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Jun 2006 00:49:17 +0000 (17:49 -0700)
[alias]
l = "log --stat -M ORIG_HEAD.."

you can call

git l

and it will do the same as

git log --stat -M ORIG_HEAD..

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found