https://github.com/git/git
Raw File
Tip revision: c735d7470e75a7a14e9ac2d9ff8876a30615047a authored by Johannes Schindelin on 12 February 2021, 14:49:36 UTC
Git 2.21.4
Tip revision: c735d74
unimplemented.sh
#!/bin/sh

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