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.
--
git checkout
1 parent 4ee7ba3 commit 8ae52e4Copy full SHA for 8ae52e4
.github/workflows/diff_from_libevm-base.sh
@@ -1,8 +1,8 @@
1
#!/usr/bin/env bash
2
3
-set -ux;
+set -eux;
4
5
-git checkout "${1}";
+git checkout "${1}" --;
6
git diff --diff-filter=a --word-diff --unified=0 libevm-base.."${1}" \
7
':(exclude).golangci.yml' \
8
':(exclude).github/**';
0 commit comments