Code

bash: Support --add completion to git-config.
[git.git] / contrib / blameview / blameview.perl
index a55f799f009e76126850a72e66d9932b9777fceb..5e9a67c1235cd04cb51f2166b1dd2cf9fdada8eb 100755 (executable)
@@ -28,7 +28,8 @@ $fileview->get_column(0)->set_spacing(0);
 $fileview->set_size_request(1024, 768);
 $fileview->set_rules_hint(1);
 
-open(my $fh, '<', $fn)
+my $fh;
+open($fh, '-|', "git cat-file blob HEAD:$fn")
   or die "unable to open $fn: $!";
 while(<$fh>) {
   chomp;