Skip to content

Commit

Permalink
increase diff.renameLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Dec 12, 2024
1 parent a0f59a5 commit 5496452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/format-release
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5496452

Please sign in to comment.