Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: e7e07d5a4fcc2a203d9873968ad3e6bd4d7419d7 authored by Junio C Hamano on 24 February 2017, 18:49:58 UTC
Git 2.12
Tip revision: e7e07d5
unimplemented.sh
#!/bin/sh

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