https://github.com/git/git
Raw File
Tip revision: 8c67c392e1620fc3b749aa9e0b8da13bd84226f8 authored by Junio C Hamano on 19 August 2010, 23:03:18 UTC
Git 1.7.2.2
Tip revision: 8c67c39
unimplemented.sh
#!/bin/sh

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