https://github.com/git/git
Raw File
Tip revision: d60b6a96f087ea5ad530b71096a604c993fd9e71 authored by Johannes Schindelin on 12 February 2021, 14:49:46 UTC
Git 2.23.4
Tip revision: d60b6a9
unimplemented.sh
#!/bin/sh

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