Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: c415fb791b318832f52494b75d99602a7a8d604b authored by Junio C Hamano on 28 August 2015, 18:19:57 UTC
Git 2.5.1
Tip revision: c415fb7
unimplemented.sh
#!/bin/sh

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