]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: make "No commits" in project list gray, not bold green
[Gitweb] / gitweb.perl
index 3ee147c757409f3f700b4aa998c87af783f64423a66fd85d639708771240be6e..d18bf5d621575a8692749d52df47c4b81d321742f59c118c570d2f07d5615583 100755 (executable)
@@ -1527,6 +1527,7 @@ sub git_get_last_activity {
                my $age = time - $timestamp;
                return ($age, age_string($age));
        }
+       return (undef, undef);
 }
 
 sub git_get_references {
This page took 0.259025 seconds and 4 git commands to generate.