https://github.com/git/git
Raw File
Tip revision: 687479ae5d4f16729a41528e087e7f6125f423d3 authored by Mehrzad on 02 June 2016, 19:14:42 UTC
Update git-branch.txt
Tip revision: 687479a
unimplemented.sh
#!/bin/sh

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