improve source verification script
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7f9ed80941
commit
b4a5468dcf
1 changed files with 3 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
git diff $(git merge-base origin/main upstream/main)..origin/main \
|
git diff $(git merge-base main upstream/main)..main \
|
||||||
--diff-filter=d \
|
--diff-filter=d \
|
||||||
':(exclude)README.md' \
|
':(exclude)README.md' \
|
||||||
':(exclude)build.zig' \
|
':(exclude)build.zig' \
|
||||||
|
':(exclude)update.sh' \
|
||||||
|
':(exclude)verify.sh' \
|
||||||
':(exclude).github' \
|
':(exclude).github' \
|
||||||
':(exclude).gitignore' \
|
':(exclude).gitignore' \
|
||||||
':(exclude)stub.c'
|
':(exclude)stub.c'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue