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)
commit477f2b41310c4b1040a9e7f72720b9c39d82caf9
tree2fa670faf473003114ea30ff7a3c2592354c72d2
parenta8baa7b9f5c8e338c09d63097f14372aca68e13f
git log --full-diff

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