Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 9db41eba4259126dbe1c68e2207d342d11f14745 authored by Junio C Hamano on 15 December 2010, 19:40:40 UTC
Git 1.7.1.4
Tip revision: 9db41eb
unimplemented.sh
#!/bin/sh

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