https://github.com/git/git
Raw File
Tip revision: ec014eac0e9e6f30cbbca616090fa2ecf74797e7 authored by Junio C Hamano on 24 April 2011, 06:36:32 UTC
Git 1.7.5
Tip revision: ec014ea
unimplemented.sh
#!/bin/sh

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