increase diff.renameLimit
This commit is contained in:
parent
a0f59a59ad
commit
54964526c6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user