swh:1:snp:bb8853bfef8fcf2b1d37fd6404912c7606c98e48
Raw File
Tip revision: 74b67638166ca2e66497ede559dbf393e7af8b40 authored by Junio C Hamano on 04 September 2015, 17:36:00 UTC
Git 2.4.9
Tip revision: 74b6763
unimplemented.sh
#!/bin/sh

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