]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/GzipFilter.pm
favor git(1) rather than libgit2 for ExtSearch
[public-inbox.git] / lib / PublicInbox / GzipFilter.pm
index 48ed11a5d55cb782c9161a5589e798d63d3a8498..334d658109be102465c79e690c3afed164b54fc0 100644 (file)
@@ -180,8 +180,7 @@ sub async_blob_cb { # git->cat_async callback
 
 sub smsg_blob {
        my ($self, $smsg) = @_;
-       git_async_cat($self->{ibx}->git, $smsg->{blob},
-                       \&async_blob_cb, $self);
+       ibx_async_cat($self->{ibx}, $smsg->{blob}, \&async_blob_cb, $self);
 }
 
 1;