Staging
v0.5.1
https://github.com/git/git
Revision 6b82d3eea625d83af067dc0ed57e361711cfb8b7 authored by Johannes Schindelin on 29 January 2021, 18:13:11 UTC, committed by Johannes Schindelin on 12 February 2021, 14:47:02 UTC
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 22539ec
Raw File
Tip revision: 6b82d3eea625d83af067dc0ed57e361711cfb8b7 authored by Johannes Schindelin on 29 January 2021, 18:13:11 UTC
Git 2.17.6
Tip revision: 6b82d3e
unimplemented.sh
#!/bin/sh

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