Git の renameLimit にひっかかる #
過去日記をばんばん移設してたら、
warning: inexact rename detection was skipped due to too many files.
warning: you may want to set your diff.renameLimit variable to at least 583 and retry the command.
と言われたので、言われるままに
$ git config diff.renameLimit 999
$ git config --list|grep rename
diff.renamelimit=999
メッセージ出なくなった