Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: b0ec16b49eb283156e13bbef26466d948e4fd992 authored by Junio C Hamano on 01 October 2012, 20:09:47 UTC
Git 1.8.0-rc0
Tip revision: b0ec16b
unimplemented.sh
#!/bin/sh

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