Cache successful commits

```git-check-assertions
run test/git-check-assertions.bats
assert_success

git checkout HEAD~1 bin
run test/git-check-assertions.bats
assert_failure
assert_output --partial "file exists, but it was expected to be absent"
```
This commit is contained in:
Sven van Heugten 2026-03-10 06:38:45 +01:00
parent fea90637e3
commit e647b2599b
No known key found for this signature in database
GPG key ID: D612F88666F4F660
4 changed files with 80 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/result
.git-check-assertions-cache