Staging
v0.5.1
https://github.com/git/git
Revision 3330a2c4f6b494f2b02fda2869d85bc1f8e019aa authored by Junio C Hamano on 05 February 2014, 22:05:31 UTC, committed by Junio C Hamano on 05 February 2014, 22:13:23 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 01a5774
Raw File
Tip revision: 3330a2c4f6b494f2b02fda2869d85bc1f8e019aa authored by Junio C Hamano on 05 February 2014, 22:05:31 UTC
Git 1.8.5.4
Tip revision: 3330a2c
unimplemented.sh
#!/bin/sh

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