X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fdiff-options.txt;h=bfd0b571e23a6b6ee21d9616466acd82795eed6c;hb=329351feeb0c08c835ac4ff05f127fbfe42a78cf;hp=e954af0ad6c20707c2bf950a021fa1296e2582ea;hpb=9b1054d93e7e8564d0d9865cb7118cb6e756c74b;p=git.git diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index e954af0ad..bfd0b571e 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -207,6 +207,7 @@ endif::git-format-patch[] digits can be specified with `--abbrev=`. -B[][/]:: +--break-rewrites[=[][/]]:: 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[]:: +--detect-renames[=]:: ifndef::git-log[] Detect renames. endif::git-log[] @@ -244,6 +246,7 @@ endif::git-log[] hasn't changed. -C[]:: +--detect-copies[=]:: Detect copies as well as renames. See also `--find-copies-harder`. If `n` is specified, it has the same meaning as for `-M`.