Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 6d3ef5b467eccd2769f1aa1c555d317d3c8dc707 authored by Junio C Hamano on 18 December 2020, 23:14:30 UTC
Git 2.30-rc1
Tip revision: 6d3ef5b
unimplemented.sh
#!/bin/sh

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