Skip to content

gitserver: set or update git config recloneTimestamp

Administrator requested to merge core/git-config-set into master

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.

Merge request reports

Loading