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)
commit2b11e3170e919866c7f5554dd4089289a1bb6726
tree2a7b6f4609e0f39343bf1020e9c6c580e25189db
parent441c823e892ba7408e87d26b6e77def5975c1c60
If you have a config containing something like this:

[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>
git.c