We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4678d77 + 3faf0d8 commit 0334b08Copy full SHA for 0334b08
tool/jt.rb
@@ -2710,7 +2710,7 @@ def lint(*args)
2710
2711
def check_abi
2712
# Check since the last commit at which ABI_CHECK_FILE or ABI_VERSION_FILE were modified
2713
- base_commit = `git log --format=%H #{ABI_VERSION_FILE} #{ABI_CHECK_FILE}`.chomp
+ base_commit = `git log -n 1 --format=%H #{ABI_VERSION_FILE} #{ABI_CHECK_FILE}`.chomp
2714
2715
changed_files = changed_files(base_commit)
2716
# All files which can affect the ABI of libtruffleruby.so
0 commit comments