Staging
v0.5.1
https://github.com/git/git
Revision 50b2d72e110cad39ecaf2322bfdf1b60cd13dd96 authored by Junio C Hamano on 19 January 2022, 20:48:46 UTC, committed by Junio C Hamano on 19 January 2022, 20:48:46 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent e2724c1
Raw File
Tip revision: 50b2d72e110cad39ecaf2322bfdf1b60cd13dd96 authored by Junio C Hamano on 19 January 2022, 20:48:46 UTC
Git 2.35-rc2
Tip revision: 50b2d72
unimplemented.sh
#!/bin/sh

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