tg.sh: require Git 1.9.2 or later
commitacf6577ebfb67675c8d50738f6b5885e21646414
authorKyle J. McKay <mackyle@gmail.com>
Thu, 26 Apr 2018 01:27:18 +0000 (25 18:27 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 26 Apr 2018 01:27:18 +0000 (25 18:27 -0700)
tree1d91abf387b6e4b71a16f8d2cdf811e1a645c3d3
parente3455944117f34f4f21c7a73c763b0f2bf681b5b
tg.sh: require Git 1.9.2 or later

TopGit has been using the `git update-ref --stdin` mechanism since
topgit-0.19.7 including the `create` command of that mechanism.

Unfortunately the `create` command does not work properly until Git
version 1.9.2 (see Git commit b9d56b5dd9a8819c "update-ref: fail
create operation over stdin if ref already exists").

Update the minimum required Git version from 1.9.0 to 1.9.2 to
reflect this.

Git 1.9.0 was released on 2014-02-14 and Git 1.9.2 on 2014-04-09.

The effect of this change is to require a Git that is almost 2
months more recent than previously required, but still over 4 years
older than this commit itself.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Makefile.sh
README