X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fdiff-options.txt;h=e745a3ccdc923b068e791a778a7c73b664b230d2;hb=a031d76eebbe85c93f5d4a2a4cafacf417df9bce;hp=0d89aaaf2aac365f78823c05b57b02ecffa95928;hpb=71f1d729b39ce5c92df6d623151f88bbb5d4c774;p=git.git diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 0d89aaaf2..e745a3ccd 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -210,7 +210,14 @@ endif::git-format-patch[] Break complete rewrite changes into pairs of delete and create. -M:: +ifndef::git-log[] Detect renames. +endif::git-log[] +ifdef::git-log[] + If generating diffs, detect and report renames for each commit. + For following files across renames while traversing history, see + `--follow`. +endif::git-log[] -C:: Detect copies as well as renames. See also `--find-copies-harder`.