Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: adf872e7837cc92e390f00ee32f32c5639d3a444 authored by Junio C Hamano on 13 January 2011, 19:42:01 UTC
Git 1.7.4-rc2
Tip revision: adf872e
unimplemented.sh
#!/bin/sh

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