author | Junio C Hamano <junkio@cox.net> | |
Mon, 10 Apr 2006 23:40:40 +0000 (16:40 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 10 Apr 2006 23:45:19 +0000 (16:45 -0700) | ||
commit | 477f2b41310c4b1040a9e7f72720b9c39d82caf9 | |
tree | 2fa670faf473003114ea30ff7a3c2592354c72d2 | tree | snapshot |
parent | a8baa7b9f5c8e338c09d63097f14372aca68e13f | commit | diff |
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>
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 | diff | blob | history |