From 37ab5156ae31ec81e3489406f23be6936a2a370c Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Mon, 27 Sep 2010 16:58:26 -0700 Subject: diff: add synonyms for -M, -C, -B Add new long-form options --detect-renames[=], --detect-copies[=], and --break-rewrites[=[][/]] as synonyms for the -M, -C, and -B options (respectively). Signed-off-by: Kevin Ballard Signed-off-by: Junio C Hamano --- Documentation/diff-options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Documentation/diff-options.txt') 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=`. -B:: +--break-rewrites[=[][/]]:: Break complete rewrite changes into pairs of delete and create. -M:: +--detect-renames[=]:: ifndef::git-log[] Detect renames. endif::git-log[] @@ -220,6 +222,7 @@ ifdef::git-log[] endif::git-log[] -C:: +--detect-copies[=]:: Detect copies as well as renames. See also `--find-copies-harder`. ifndef::git-format-patch[] -- cgit v1.2.3