Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 076cbdcd739aeb33c1be87b73aebae5e43d7bcc5 authored by Junio C Hamano on 05 March 2020, 19:15:45 UTC
Git 2.26-rc0
Tip revision: 076cbdc
unimplemented.sh
#!/bin/sh

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