Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 66edfe9ddc29102fa39edd37f9aecccbaca6a013 authored by Junio C Hamano on 07 November 2014, 20:01:01 UTC
Git 2.2.0-rc1
Tip revision: 66edfe9
unimplemented.sh
#!/bin/sh

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