https://github.com/git/git
Raw File
Tip revision: 740c281d21ef5b27f6f1b942a4f2fc20f51e8c7e authored by Junio C Hamano on 23 July 2014, 18:33:16 UTC
Git 2.0.3
Tip revision: 740c281
unimplemented.sh
#!/bin/sh

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