https://github.com/git/git
Raw File
Tip revision: 326e5bc91eecf73234ead29636207bc516573e79 authored by Junio C Hamano on 22 February 2016, 21:12:56 UTC
Git 2.7.2
Tip revision: 326e5bc
unimplemented.sh
#!/bin/sh

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