Staging
v0.8.1
https://github.com/git/git
Raw File
Tip revision: 8ced9c90a28f6abc80dc5ad4cf7921c2322c0bb0 authored by Junio C Hamano on 26 March 2012, 19:23:34 UTC
Git 1.7.9.5
Tip revision: 8ced9c9
unimplemented.sh
#!/bin/sh

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