https://github.com/git/git
Raw File
Tip revision: dcb11cca50992339af744e25ca5d0f94b478d3b9 authored by Junio C Hamano on 28 October 2013, 17:21:29 UTC
Git 1.8.4.2
Tip revision: dcb11cc
unimplemented.sh
#!/bin/sh

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