Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: ee26a6e2b87905ac605c27841f607cb3379ca678 authored by Junio C Hamano on 03 December 2012, 17:49:51 UTC
Git 1.8.1-rc0
Tip revision: ee26a6e
unimplemented.sh
#!/bin/sh

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