swh:1:snp:bb8853bfef8fcf2b1d37fd6404912c7606c98e48
Raw File
Tip revision: c6c75c93aaeb97bab6fd25b672a641c84dd85d59 authored by Junio C Hamano on 11 January 2018, 21:20:41 UTC
Git 2.16-rc2
Tip revision: c6c75c9
unimplemented.sh
#!/bin/sh

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