git log --full-diff
authorJunio C Hamano <junkio@cox.net>
Mon, 10 Apr 2006 23:40:40 +0000 (16:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 10 Apr 2006 23:45:19 +0000 (16:45 -0700)
Without this flag, "git log -p paths..." shows commits that
touch the specified paths, and diffs about the same specified
paths. With this, the full diff is shown for commits that touch
the specified paths.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found