send-email: add and use a local copy of Mail::Address
[gitweb.git] / gitweb / gitweb.perl
index 6ac49eaf3e6477eb9eddaeec81a39db11f586551..2417057f2bc61a98e68dc6c817e456a21bf6044e 100755 (executable)
@@ -5969,6 +5969,9 @@ sub git_history_body {
                      $cgi->a({-href => href(action=>"commitdiff", hash=>$commit)}, "commitdiff");
 
                if ($ftype eq 'blob') {
+                       print " | " .
+                             $cgi->a({-href => href(action=>"blob_plain", hash_base=>$commit, file_name=>$file_name)}, "raw");
+
                        my $blob_current = $file_hash;
                        my $blob_parent  = git_get_hash_by_path($commit, $file_name);
                        if (defined $blob_current && defined $blob_parent &&