https://github.com/git/git
Raw File
Tip revision: e4a4b31577c7419497ac30cebe30d755b97752c5 authored by Junio C Hamano on 27 June 2022, 16:17:55 UTC
Git 2.37
Tip revision: e4a4b31
unimplemented.sh
#!/bin/sh

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