Merge branch 'kb/merge-recursive-rename-threshold'
* kb/merge-recursive-rename-threshold: diff: add synonyms for -M, -C, -B merge-recursive: option to specify rename threshold Conflicts: Documentation/diff-options.txt Documentation/merge-strategies.txt
This commit is contained in:
@ -207,6 +207,7 @@ endif::git-format-patch[]
|
||||
digits can be specified with `--abbrev=<n>`.
|
||||
|
||||
-B[<n>][/<m>]::
|
||||
--break-rewrites[=[<n>][/<m>]]::
|
||||
Break complete rewrite changes into pairs of delete and
|
||||
create. This serves two purposes:
|
||||
+
|
||||
@ -229,6 +230,7 @@ eligible for being picked up as a possible source of a rename to
|
||||
another file.
|
||||
|
||||
-M[<n>]::
|
||||
--detect-renames[=<n>]::
|
||||
ifndef::git-log[]
|
||||
Detect renames.
|
||||
endif::git-log[]
|
||||
@ -244,6 +246,7 @@ endif::git-log[]
|
||||
hasn't changed.
|
||||
|
||||
-C[<n>]::
|
||||
--detect-copies[=<n>]::
|
||||
Detect copies as well as renames. See also `--find-copies-harder`.
|
||||
If `n` is specified, it has the same meaning as for `-M<n>`.
|
||||
|
||||
|
@ -74,6 +74,10 @@ no-renormalize;;
|
||||
Disables the `renormalize` option. This overrides the
|
||||
`merge.renormalize` configuration variable.
|
||||
|
||||
rename-threshold=<n>;;
|
||||
Controls the similarity threshold used for rename detection.
|
||||
See also linkgit:git-diff[1] `-M`.
|
||||
|
||||
subtree[=<path>];;
|
||||
This option is a more advanced form of 'subtree' strategy, where
|
||||
the strategy makes a guess on how two trees must be shifted to
|
||||
|
Reference in New Issue
Block a user