(no title)
raimue
|
2 years ago
The question is whether you can expect this format to stay stable and reproducible across git versions. Remember the fallout from git 2.38 when the output of 'git archive' changed. Although for this backup use case it would just mean the next backup with a new format would make a full copy once.
jacoblambda|2 years ago
So no the git 2.38 issue should not be a problem for bundles even if the format changes in the future.
1. https://git-scm.com/docs/gitformat-bundle
avar|2 years ago
Which is what the linked article discovered. Threading is a trivial way to discover this, but there's other ways PACK contents might differ across versions.
kzrdude|2 years ago