Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: d0654dc308b0ba76dd8ed7bbb33c8d8f7aacd783 authored by Junio C Hamano on 13 January 2020, 18:16:43 UTC
Git 2.25
Tip revision: d0654dc
unimplemented.sh
#!/bin/sh

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