#5320 Support blobless checkouts
Opened 2 years ago by mikem. Modified 2 years ago

You can read more about blobless checkouts here:

This can be a tremendous time saver for larger repos.

Enabling this may be as easy as setting uploadpack.allowFilter=true in the global git config on the server.


Currently, when I try this with a pagure.io repo, I get:

warning: filtering not recognized by server, ignoring

That's something libgit2/pygit2 needs to support. I don't think libgit2 has support for it.

Login to comment on this ticket.

Metadata