From 2e88c266261489a16708ba5ee0ddfbabcb17e3a4 Mon Sep 17 00:00:00 2001 From: Jakub Narebski Date: Sat, 16 Jun 2007 21:03:38 +0200 Subject: Document git log --full-diff Based on description of commit 477f2b41310c4b1040a9e7f72720b9c39d82caf9 "git log --full-diff" adding this option. Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index c072441..7adcdef 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -54,6 +54,13 @@ include::pretty-options.txt[] --decorate:: Print out the ref names of any commits that are shown. +--full-diff:: + Without this flag, "git log -p ..." 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; this means that "..." limits only + commits, and doesn't limit diff for those commits. + ...:: Show only commits that affect the specified paths. -- cgit v0.10.2-6-g49f6