Document git log --full-diff
authorJakub Narebski <jnareb@gmail.com>
Sat, 16 Jun 2007 19:03:38 +0000 (21:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Jun 2007 20:10:52 +0000 (13:10 -0700)
Based on description of commit 477f2b41310c4b1040a9e7f72720b9c39d82caf9
"git log --full-diff" adding this option.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-log.txt

index c072441bc8e1078c030b35a3aa7bb3bf4df53611..7adcdefacfd681729317c59ebacfd4a27db1effd 100644 (file)
@@ -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 <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; this means that "<paths>..." limits only
+       commits, and doesn't limit diff for those commits.
+
 <paths>...::
        Show only commits that affect the specified paths.