Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 2512f15446149235156528dafbe75930c712b29e authored by Junio C Hamano on 17 January 2018, 21:06:51 UTC
Git 2.16
Tip revision: 2512f15
unimplemented.sh
#!/bin/sh

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