increase diff.renameLimit

This commit is contained in:
NARUSE, Yui 2024-12-12 22:58:13 +09:00
parent a0f59a59ad
commit 54964526c6

View File

@ -91,7 +91,7 @@ eom
if prev_tag
# show diff shortstat
tag = "v#{version.gsub(/[.\-]/, '_')}"
stat = `git -C #{rubydir} diff --shortstat #{prev_tag}..#{tag}`
stat = `git -C #{rubydir} diff -l0 --shortstat #{prev_tag}..#{tag}`
files_changed, insertions, deletions = stat.scan(/\d+/)
end