Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: b066807397fd55553f4910ede74839e319b661fd authored by Junio C Hamano on 22 July 2020, 16:30:01 UTC
Git 2.28-rc2
Tip revision: b066807
unimplemented.sh
#!/bin/sh

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