Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 4c6c949c7da91cdef7b6ce5a25bf7f0584d80e8a authored by Junio C Hamano on 08 October 2012, 18:45:41 UTC
Git 1.8.0-rc1
Tip revision: 4c6c949
unimplemented.sh
#!/bin/sh

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