https://github.com/git/git
Raw File
Tip revision: ecaa3db17183b4a3895ccd0c0c1af01d0e6fed45 authored by Johannes Schindelin on 11 March 2023, 20:18:16 UTC
Git 2.36.6
Tip revision: ecaa3db
unimplemented.sh
#!/bin/sh

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