https://github.com/git/git
Raw File
Tip revision: 8989e1950a845ceeb186d490321a4f917ca4de47 authored by Junio C Hamano on 14 February 2019, 02:18:11 UTC
Git 2.21-rc1
Tip revision: 8989e19
unimplemented.sh
#!/bin/sh

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