Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: d599e0484f8ebac8cc50e9557a4c3d246826843d authored by Junio C Hamano on 24 April 2010, 01:27:17 UTC
Git 1.7.1
Tip revision: d599e04
unimplemented.sh
#!/bin/sh

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