Browse Source

Document git log --full-diff

Based on description of commit 477f2b4131
"git log --full-diff" adding this option.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Jakub Narebski 18 years ago committed by Junio C Hamano
parent
commit
2e88c26626
  1. 7
      Documentation/git-log.txt

7
Documentation/git-log.txt

@ -54,6 +54,13 @@ include::pretty-options.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 <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.


Loading…
Cancel
Save