X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=perl%2FGit.pm;h=1926dc9a4b929c025456227526a93424d4972948;hb=ecebd1e1a75883b3927c0bffe0cd27b933ed2c67;hp=970fe434ed02e1850b984ddcbdbff6c13a21083c;hpb=868cfe09237430d9d24f17ce2f16c03d4c39b58a;p=git.git diff --git a/perl/Git.pm b/perl/Git.pm index 970fe434e..1926dc9a4 100644 --- a/perl/Git.pm +++ b/perl/Git.pm @@ -842,7 +842,7 @@ sub _open_hash_and_insert_object_if_needed { ($self->{hash_object_pid}, $self->{hash_object_in}, $self->{hash_object_out}, $self->{hash_object_ctx}) = - command_bidi_pipe(qw(hash-object -w --stdin-paths)); + command_bidi_pipe(qw(hash-object -w --stdin-paths --no-filters)); } sub _close_hash_and_insert_object {