Skip to content

Optimise creating incremental backups

James Fargher requested to merge create_bundle_all_opt into master

#5549 (closed)

Previously when creating a differential bundle the entire ref list would be streamed to CreateBundleFromRefList. Instead here we use the --all option which matches all refs for us, then only stream the negated commit IDs to produce a differential.

Edited by James Fargher

Merge request reports

Loading