diff: add synonyms for -M, -C, -B
commit37ab5156ae31ec81e3489406f23be6936a2a370c
authorKevin Ballard <kevin@sb.org>
Mon, 27 Sep 2010 23:58:26 +0000 (27 16:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Sep 2010 20:18:04 +0000 (29 13:18 -0700)
tree280cabc021786a0e33e3413bf4d8b43a6fc247eb
parent10ae7526bebb505ddddba01f76ec97d5f7b5e0e5
diff: add synonyms for -M, -C, -B

Add new long-form options --detect-renames[=<n>], --detect-copies[=<n>],
and --break-rewrites[=[<n>][/<m>]] as synonyms for the -M, -C, and -B
options (respectively).

Signed-off-by: Kevin Ballard <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt
diff.c