Staging
v0.5.1
https://github.com/git/git
Revision 7ed863a85a6ce2c4ac4476848310b8f917ab41f9 authored by Junio C Hamano on 30 January 2011, 19:53:13 UTC, committed by Junio C Hamano on 31 January 2011, 03:02:37 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d2d434b
Raw File
Tip revision: 7ed863a85a6ce2c4ac4476848310b8f917ab41f9 authored by Junio C Hamano on 30 January 2011, 19:53:13 UTC
Git 1.7.4
Tip revision: 7ed863a
unimplemented.sh
#!/bin/sh

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