Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 53f9a3e157dbbc901a02ac2c73346d375e24978c authored by Junio C Hamano on 21 June 2018, 17:00:06 UTC
Git 2.18
Tip revision: 53f9a3e
unimplemented.sh
#!/bin/sh

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