Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 341e7e8eda3dbeb6867f4f8f45b671201b807de5 authored by Junio C Hamano on 25 June 2014, 19:21:11 UTC
Git 2.0.1
Tip revision: 341e7e8
unimplemented.sh
#!/bin/sh

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