https://github.com/git/git
Raw File
Tip revision: aadb70a5594222cac215f9590017f05d5d0f31b2 authored by Junio C Hamano on 07 March 2013, 21:14:39 UTC
Git 1.8.2-rc3
Tip revision: aadb70a
unimplemented.sh
#!/bin/sh

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