gitserver: set or update git config recloneTimestamp
Created by: keegancsmith
Previously we used "--add" which adds a new config, so recloneTimestamp could potentially appear multiple times. This was benign, since "--get" would only return the last value "--add"ed. However, it is more correct for us to "upsert" the config value.
Spotted while making an unrelated change.