Skip to content

reftable: correctly honor `core.sharedRepository`

Patrick Steinhardt requested to merge pks-reftable-shared-repository into master

This patch series fixes the behaviour of the reftable backend with regards to core.sharedRepository. It does so a little roundabout by using the struct tempfile APIs exclusively. This ensures that we set the correct mode bits, but will also ensure that temporary files are pruned when receiving a signal.

Closes #248 (closed).

Edited by Patrick Steinhardt

Merge request reports