xref
: /
third_party
/
rust
/
crates
/
bindgen
/
ci
/
assert-no-diff.bat
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/ci/
1
@echo off
2
3
cd "%~dp0.."
4
5
git add -u
6
git diff @
7
git diff-index --quiet HEAD
8