Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: e6dfbcf12b0e70897818cb36903de0625931a5c6 authored by Junio C Hamano on 22 July 2012, 20:07:40 UTC
Git 1.7.11.3
Tip revision: e6dfbcf
unimplemented.sh
#!/bin/sh

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