Comment 1 for bug 1249775

Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

This happens because we run "git bundle create clone.bundle master" and master branch is not always present. One way to solve this is to do "git bundle create --all", which actually should improve efficiency of bundles. But need to analyze space impact.