https://github.com/git/git
Raw File
Tip revision: 5738c9c21e53356ab5020912116e7f82fd2d428f authored by Junio C Hamano on 12 September 2011, 17:44:32 UTC
Git 1.7.7-rc1
Tip revision: 5738c9c
unimplemented.sh
#!/bin/sh

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