Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 2a9a19e1b160c8c63c470d4c236d65709214a66f authored by Junio C Hamano on 15 August 2012, 20:46:16 UTC
Git 1.7.12-rc3
Tip revision: 2a9a19e
unimplemented.sh
#!/bin/sh

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