mail.sh: always --find-copies-harder
commit74087df4665e27607c6f2f271f3a0986e4d065a3
authorKyle J. McKay <mackyle@gmail.com>
Fri, 23 Feb 2018 21:46:24 +0000 (23 13:46 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 23 Feb 2018 21:46:24 +0000 (23 13:46 -0800)
treee3fc5fa58303ab9dc0830dd5e3607c5be127fd19
parentdfa5b0571276a617f25049da1fee0371651eeb57
mail.sh: always --find-copies-harder

Except when showing a one-line summary without any diff, mail.sh
used "-B --find-copies-harder" on all the other diff operations
except for one.

Make it consistent and always use "-B --find-copies-harder" so
there's no confusion between the individual diffs and the summary
diff shown at the end.

Without --find-copies-harder, Git will simply not show even 100%
exact copies as copies if the original file the copy came from
was not also modified in the same commit as the copy.

With the option Git will ALWAYS find exact copies regardless of
how many candidates there are or what the value of `diff.renameLimit`
has been set to.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
taskd/mail.sh