Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 0e64a95ae5824238cebdc921ed060efdef19620d authored by Junio C Hamano on 21 June 2012, 20:16:46 UTC
Git 1.7.11.1
Tip revision: 0e64a95
unimplemented.sh
#!/bin/sh

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