Skip to content

Disable pruning for FetchBundle

James Fargher requested to merge fetch_bundle_no_prune into master

gitlab#35862 (closed)

It turns out that incremental backup bundles do not contain enough information for git to sensibly prune.

This would be a breaking change, but this RPC is only used for "full" backups where purge makes no difference since they are always applied on an empty repository.

There are still a couple of remaining issues:

Edited by James Fargher

Merge request reports