Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: eefe19fbfc93b359afe43aa1645eb5591a502f15 authored by Junio C Hamano on 03 December 2009, 08:08:16 UTC
Git 1.6.5.4
Tip revision: eefe19f
unimplemented.sh
#!/bin/sh

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