tg.sh: adjust use of --create-reflog option
commit9e6cdcccd1313a3a7a6c235acc0eb1bde619ca1d
authorKyle J. McKay <mackyle@gmail.com>
Wed, 8 Sep 2021 19:08:06 +0000 (8 12:08 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 8 Sep 2021 19:08:06 +0000 (8 12:08 -0700)
treedc3b82c335a42309dfa6595046b17fc544ee4c64
parent75287a40f0bb88a3fefe93d8c976d38219b88497
tg.sh: adjust use of --create-reflog option

The `--create-reflog` option first appeared in Git release 2.6.0
(commit 144c76fa39254903cb1e8e2d6d159603077356a7, "update-ref and
tag: add --create-reflog arg", 2015-07-21, v2.6.0), NOT 2.10.0
as mentioned in the topgit-0.19.12 release.

Update the test to allow the option to be used with Git 2.6.0 and
later rather than only Git 2.10.0 and later.

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