https://github.com/git/git
Raw File
Tip revision: ad949b24f8d6ee4767c07794a2f01ada91b46b74 authored by Junio C Hamano on 13 December 2022, 12:19:24 UTC
Git 2.36.4
Tip revision: ad949b2
unimplemented.sh
#!/bin/sh

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