Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 7af4fc9cf3e3538a9bfb8b14feeacdeb7f6db7d5 authored by Junio C Hamano on 22 June 2011, 23:13:16 UTC
Git 1.7.6-rc3
Tip revision: 7af4fc9
unimplemented.sh
#!/bin/sh

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