clone.sh: unset gitweb.lastgc on success
commit995fed82502310deda42b7b1bc0713d1ed620c03
authorKyle J. McKay <mackyle@gmail.com>
Sun, 11 Aug 2013 10:01:40 +0000 (11 03:01 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 11 Aug 2013 10:01:40 +0000 (11 03:01 -0700)
tree0b6d6c4f6919522a8c35e4d3f6fa91edb745bd8b
parentad410e308ea40306cdfd4b4505a870d70ca43b58
clone.sh: unset gitweb.lastgc on success

In the case of a re-mirror (i.e. the initial mirror failed and it's
been restarted), gitweb.lastgc could have been set because a garbage
collection was allowed to run.  (This will happen if the project is
a fork even if the initial mirror failed.)

Clear the gitweb.lastgc value upon completion of a successful mirror.
taskd/clone.sh