Staging
v0.5.1
https://github.com/git/git
Revision b142da2a5dec8f868a61322e2ab591e9a008ec3b authored by Junio C Hamano on 17 October 2009, 06:56:55 UTC, committed by Junio C Hamano on 17 October 2009, 06:57:19 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 050dfc4
Raw File
Tip revision: b142da2a5dec8f868a61322e2ab591e9a008ec3b authored by Junio C Hamano on 17 October 2009, 06:56:55 UTC
GIT 1.6.5.1
Tip revision: b142da2
unimplemented.sh
#!/bin/sh

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