Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: bdfc6b364a51b19efbacbd46fcef5be41a5db50e authored by Junio C Hamano on 08 December 2015, 22:07:30 UTC
Git 2.6.4
Tip revision: bdfc6b3
unimplemented.sh
#!/bin/sh

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