Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: bd3e186d811a13d8687584856f345a767e3e4d67 authored by Junio C Hamano on 27 January 2014, 19:01:35 UTC
Git 1.9-rc1
Tip revision: bd3e186
unimplemented.sh
#!/bin/sh

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