Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 27d05d1a1a62273aa3749f4d0ab8a126ef11ff66 authored by Junio C Hamano on 27 September 2018, 18:38:32 UTC
Git 2.16.5
Tip revision: 27d05d1
unimplemented.sh
#!/bin/sh

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