Code

gitweb: make "No commits" in project list gray, not bold green
authorMatt McCutchen <hashproduct@gmail.com>
Thu, 28 Jun 2007 22:15:22 +0000 (18:15 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Jul 2007 21:18:29 +0000 (14:18 -0700)
commitc956395e2bf94a50fe843935605914573f4c7787
treed7adf81493e2f498828ef7243e5b49c33e05028f
parent40375a83d2bc3e2c86f998fe47fef573502a9922
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 <hashproduct@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.css
gitweb/gitweb.perl