Code

gitweb: Fix unintended "--no-merges" for regular Atom feed
[git.git] / gitweb / gitweb.perl
index a8b5fad26631207fcc17a6339ba735877c0902bd..ca6f038c946c9a075ec866cc4a6de240481537e6 100755 (executable)
@@ -3886,6 +3886,7 @@ sub print_feed_meta {
                                '-type' => "application/$type+xml"
                        );
 
+                       $href_params{'extra_options'} = undef;
                        $href_params{'action'} = $type;
                        $link_attr{'-href'} = href(%href_params);
                        print "<link ".