You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to minimize the history Cargo needs to download. When the index is squashed, we have saved snapshot
12
-
branches to preserve the history of crate publishes.
11
+
to minimize the history Cargo needs to download. When the index is squashed, we save snapshots
12
+
to preserve the history of crate publishes.
13
13
14
-
Those branches are using server resources because of the recompression of objects that are
14
+
Currently, those snapshots are stored as branches in the main index Git repository. This uses server resources because of the recompression of objects that are
15
15
delta-compressed against objects that are only referenced in branches not fetched by the client. We
16
-
will be deleting the snapshot branches to ensure that all objects referenced in the master branch
16
+
will be deleting the snapshot branches from this repository to ensure that all objects referenced in the master branch
17
17
will only be compressed against other objects in the master branch, ensuring that the current clone
18
18
behavior will be much more efficient on the server side.
0 commit comments