Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: bf949ade81106fbda068c1fdb2c6fd1cb1babe7e authored by Junio C Hamano on 16 May 2021, 12:04:46 UTC
Git 2.32-rc0
Tip revision: bf949ad
unimplemented.sh
#!/bin/sh

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