Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 004825d314db4ba3f34ef499e3522ef72792d896 authored by Junio C Hamano on 17 February 2013, 23:35:33 UTC
Git 1.8.2-rc0
Tip revision: 004825d
unimplemented.sh
#!/bin/sh

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