• J
    git log --full-diff · 477f2b41
    Junio C Hamano 提交于
    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: NJunio C Hamano <junkio@cox.net>
    477f2b41
git.c 11.5 KB