Staging
v0.5.1
https://github.com/git/git
Revision cb198b3b67feb2c0a6f22199ec14fa48d18ac1ce authored by Junio C Hamano on 15 December 2010, 19:38:19 UTC, committed by Junio C Hamano on 15 December 2010, 19:38:19 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2 parent s cbcab75 + abf411e
Raw File
Tip revision: cb198b3b67feb2c0a6f22199ec14fa48d18ac1ce authored by Junio C Hamano on 15 December 2010, 19:38:19 UTC
Git 1.7.0.9
Tip revision: cb198b3
unimplemented.sh
#!/bin/sh

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