We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7f874e + 7ffad25 commit b0fd34eCopy full SHA for b0fd34e
1 file changed
Documentation/diff-options.txt
@@ -210,7 +210,14 @@ endif::git-format-patch[]
210
Break complete rewrite changes into pairs of delete and create.
211
212
-M::
213
+ifndef::git-log[]
214
Detect renames.
215
+endif::git-log[]
216
+ifdef::git-log[]
217
+ If generating diffs, detect and report renames for each commit.
218
+ For following files across renames while traversing history, see
219
+ `--follow`.
220
221
222
-C::
223
Detect copies as well as renames. See also `--find-copies-harder`.
0 commit comments