Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 26aa9fc81d4c7f6c3b456a29da0b7ec72e5c6595 authored by Junio C Hamano on 18 November 2018, 09:24:49 UTC
Git 2.20-rc0
Tip revision: 26aa9fc
unimplemented.sh
#!/bin/sh

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