oh-my-git/levels/05-ref/win
2020-09-13 21:55:51 +02:00

3 lines
159 B
Text

OBJECTS=$(git cat-file --batch-check='%(objectname)' --batch-all-objects | sort)
REF_TARGETS=$(git show-ref -s | sort | uniq)
test "$OBJECTS" = "$REF_TARGETS"