Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: bafc478f1618534fcb85bedc0fa224bd2d462441 authored by Junio C Hamano on 15 September 2012, 03:57:23 UTC
Git 1.7.11.7
Tip revision: bafc478
unimplemented.sh
#!/bin/sh

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