Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: d95553a6b8c5153f541adcfc3346004e8249b0e6 authored by Junio C Hamano on 03 April 2016, 17:11:35 UTC
Git 2.8.1
Tip revision: d95553a
unimplemented.sh
#!/bin/sh

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