Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 4a0de43f4923993377dbbc42cfc0a1054b6c5ccf authored by Junio C Hamano on 23 December 2020, 21:57:41 UTC
Git 2.30-rc2
Tip revision: 4a0de43
unimplemented.sh
#!/bin/sh

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