summaryrefslogtreecommitdiff
path: root/Documentation/diff-options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r--Documentation/diff-options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index e745a3ccdc..df37ccd365 100644
--- a/Documentation/diff-options.txt
+++ b/Documentation/diff-options.txt
@@ -207,9 +207,11 @@ endif::git-format-patch[]
digits can be specified with `--abbrev=<n>`.
-B::
+--break-rewrites[=[<n>][/<m>]]::
Break complete rewrite changes into pairs of delete and create.
-M::
+--detect-renames[=<n>]::
ifndef::git-log[]
Detect renames.
endif::git-log[]
@@ -220,6 +222,7 @@ ifdef::git-log[]
endif::git-log[]
-C::
+--detect-copies[=<n>]::
Detect copies as well as renames. See also `--find-copies-harder`.
ifndef::git-format-patch[]