install.sh: warn about various Git versions' limitations
commit3ec52c91bfee242c31c1c93d6058e187944c9abf
authorKyle J. McKay <mackyle@gmail.com>
Fri, 13 Feb 2015 11:42:29 +0000 (13 03:42 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 13 Feb 2015 11:42:29 +0000 (13 03:42 -0800)
treefd73f7b54926f77c4cea15a2e68204a2dd72c48a
parent33f31f3fc7769c067eadd392bd840d144adbb9b3
install.sh: warn about various Git versions' limitations

If $Girocco::Config::git_bin is set to a version of Git that
has known issues that affect Girocco, warn about it.

Additionally require at least Git version 1.6.6 because the
smart HTTP support is integral to Girocco now.
install.sh