gitweb: "alternate" starts with shade (i.e. 1)
commit6dd36acd32476a474a5b7d2ad309a82c84513abe
authorLuben Tuikov <ltuikov@yahoo.com>
Thu, 28 Sep 2006 23:47:50 +0000 (28 16:47 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 29 Sep 2006 01:52:26 +0000 (28 18:52 -0700)
treef747fa8606fe375ea57b6d5f348f442a271aa036
parenteb51ec9c05e6f4b29567f58102e33c453e1a9a57
gitweb: "alternate" starts with shade (i.e. 1)

When displaying a list of rows (difftree, shortlog, etc),
the first entry is now printed shaded, i.e. alternate is
initialized to 1, as opposed to non-shaded (alternate
initialized to 0).

This solves the problem when there is only one row to
display -- it is displayed shaded to visually indicate that
it is "active", part of a "list", etc.

(Compare this to the trivial case of more than one entry,
where the rows have alternating shade, thus suggesting
being part of a "list" of "active" entries, etc.)

Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl