git log [diff-tree options]...
authorJunio C Hamano <junkio@cox.net>
Sun, 9 Apr 2006 08:59:03 +0000 (01:59 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 9 Apr 2006 08:59:03 +0000 (01:59 -0700)
commit52b70d56bd23811003a72866cc23a0a44b9da1b7
tree285543c10770046bad7b47ca13dd870164bc115d
parent5f1c3f07b7f4a8436c7773b8e7a04998190c125e
git log [diff-tree options]...

And this makes "git log" to take common diff-tree options, so
that it can be used as "git whatchanged".

The recent revision walker updates by Linus to make path
limiting low-latency helps this quite a bit.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c