diff: add synonyms for -M, -C, -B
[gitweb.git] / Documentation / diff-options.txt
index e745a3ccdc923b068e791a778a7c73b664b230d2..df37ccd36572ea682ccebd67c1e8dccc217add79 100644 (file)
@@ -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[]