swh:1:snp:bb8853bfef8fcf2b1d37fd6404912c7606c98e48
Raw File
Tip revision: a5fa49ff0a8f3252c6bff49f92b85e7683868f8a authored by Junio C Hamano on 15 October 2020, 18:58:37 UTC
Git 2.29-rc2
Tip revision: a5fa49f
unimplemented.sh
#!/bin/sh

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