author | Kevin Ballard <kevin@sb.org> | |
Mon, 27 Sep 2010 23:58:26 +0000 (16:58 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 29 Sep 2010 20:18:04 +0000 (13:18 -0700) | ||
commit | 37ab5156ae31ec81e3489406f23be6936a2a370c | |
tree | 280cabc021786a0e33e3413bf4d8b43a6fc247eb | tree | snapshot |
parent | 10ae7526bebb505ddddba01f76ec97d5f7b5e0e5 | commit | diff |
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>
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 | blob | history | |
diff.c | diff | blob | history |