Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: bf505158d0292eed441fff1bc9157da19645ee91 authored by Junio C Hamano on 02 May 2012, 04:18:44 UTC
Git 1.7.10.1
Tip revision: bf50515
unimplemented.sh
#!/bin/sh

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