]>
git.scottworley.com Git - pinch/blob - tests/reject-force-push.sh
3 . .
/tests
/lib
/test-setup.sh
9 python3 .
/pinch.py pin
"$conf"
13 echo Other contents
> other
-file
15 git commit
--amend -m 'Amended commit message'
18 mv "$conf_bak" "$conf"
20 if python3 .
/pinch.py pin
"$conf";then
21 echo "FAIL: non-ancestor commit should be rejected"