]> Lady’s Gitweb - Gitweb/commit
gitweb: make "No commits" in project list gray, not bold green
authorMatt McCutchen <redacted>
Thu, 28 Jun 2007 22:15:22 +0000 (18:15 -0400)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commitfd6298676548400edfa3185534fdfafd12eea98875821c38f30160da2213a331
treefc8b805c29a2b38ca551a588d6a81b4dedbe453347c5fd16718c73aea885190f
parent2505a59c792d51f49d936814b33dd5bcb8ff1c4915fd1a173aca646a2d853e60
gitweb: make "No commits" in project list gray, not bold green

A missing return statement in git_get_last_activity made gitweb think
a project with no commits was in age class "age0", so the "No commits"
appeared in bold green, which was ridiculous.  I added the return so
those projects get "noage" and added a block to gitweb.css to format
the "No commits" text gray.

Signed-off-by: Matt McCutchen <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.css
gitweb.perl
This page took 0.246131 seconds and 4 git commands to generate.