Staging
v0.5.1
https://github.com/git/git
Revision d62dad7a7dca3f6a65162bf0e52cdf6927958e78 authored by Junio C Hamano on 07 February 2019, 05:30:09 UTC, committed by Junio C Hamano on 07 February 2019, 06:05:31 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 9293bf6
Raw File
Tip revision: d62dad7a7dca3f6a65162bf0e52cdf6927958e78 authored by Junio C Hamano on 07 February 2019, 05:30:09 UTC
Git 2.21-rc0
Tip revision: d62dad7
unimplemented.sh
#!/bin/sh

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