Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 49e0c5ad0ab95e450138105ff27688861a4a1557 authored by Junio C Hamano on 14 November 2014, 21:31:15 UTC
Git 2.2.0-rc2
Tip revision: 49e0c5a
unimplemented.sh
#!/bin/sh

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