Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 441c4a40173fe1ee8a5c0094e587dfc47e2a6460 authored by Junio C Hamano on 04 September 2015, 17:25:47 UTC
Git 2.2.3
Tip revision: 441c4a4
unimplemented.sh
#!/bin/sh

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