Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: b260d265e189728b26e50506ac6ffab6a7d588da authored by Junio C Hamano on 26 November 2014, 21:18:34 UTC
Git 2.2
Tip revision: b260d26
unimplemented.sh
#!/bin/sh

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