From: Junio C Hamano Date: Mon, 10 Apr 2006 23:40:40 +0000 (-0700) Subject: git log --full-diff X-Git-Tag: v1.3.0-rc4~18^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/477f2b41310c4b1040a9e7f72720b9c39d82caf9?hp=477f2b41310c4b1040a9e7f72720b9c39d82caf9 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 ---