summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 13120fd)
raw | patch | inline | side by side (parent: 13120fd)
author | Jakub Narebski <jnareb@gmail.com> | |
Sat, 16 Jun 2007 19:03:38 +0000 (21:03 +0200) | ||
committer | Junio 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>
"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 | patch | blob | history |
index c072441bc8e1078c030b35a3aa7bb3bf4df53611..7adcdefacfd681729317c59ebacfd4a27db1effd 100644 (file)
--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.