https://github.com/git/git
Raw File
Tip revision: 01443f01b7c6a3c6ef03268b649b119027743115 authored by Junio C Hamano on 13 December 2022, 12:25:28 UTC
Git 2.39.1
Tip revision: 01443f0
unimplemented.sh
#!/bin/sh

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