Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: de88ac70f3a801262eb3aa087e5d9a712be0a54a authored by Junio C Hamano on 22 May 2021, 09:27:45 UTC
Git 2.32-rc1
Tip revision: de88ac7
unimplemented.sh
#!/bin/sh

echo >&2 "fatal: git was built without support for $(basename $0) (@@REASON@@)."
exit 128
back to top