gitweb: tree view: eliminate redundant "blob"
commit4de741b3e1be564233f0de2c6915a859264fe9b0
authorLuben Tuikov <ltuikov@yahoo.com>
Tue, 26 Sep 2006 05:38:16 +0000 (25 22:38 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 26 Sep 2006 06:09:55 +0000 (25 23:09 -0700)
treefaf28c0192be9a590af17fdad65094796a33810d
parent4dafd7d2444051fe0e1eb17e9ded503ad7d9dd25
gitweb: tree view: eliminate redundant "blob"

Binary and non-binary blobs:

The "list" table element of tree view is identical
to the "blob" link part of the link table element.
I.e. clicking on "blob" is identical to clicking on
the entry itself.

Thus, eliminate "blob" from being shown -- the user
can get identical result by simply clicking on the
entry itself.

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