Merge branch 'jk/diff-m-doc'
* jk/diff-m-doc: docs: clarify meaning of -M for git-log
This commit is contained in:
commit
b0fd34ecd5
@ -210,7 +210,14 @@ endif::git-format-patch[]
|
|||||||
Break complete rewrite changes into pairs of delete and create.
|
Break complete rewrite changes into pairs of delete and create.
|
||||||
|
|
||||||
-M::
|
-M::
|
||||||
|
ifndef::git-log[]
|
||||||
Detect renames.
|
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::
|
-C::
|
||||||
Detect copies as well as renames. See also `--find-copies-harder`.
|
Detect copies as well as renames. See also `--find-copies-harder`.
|
||||||
|
Loading…
Reference in New Issue
Block a user