Code

gitweb: Remove excessively redundant entries from git_difftree_body
authorLuben Tuikov <ltuikov@yahoo.com>
Thu, 28 Sep 2006 00:23:25 +0000 (17:23 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 28 Sep 2006 04:30:01 +0000 (21:30 -0700)
commit499faeda1bd131f7c3b216c16eebbe30049728d3
tree618bf04c87765a8da32b7f551ca7dff8d172a682
parent709f898dae46b9b035e98cc634fa3ac2492b6cee
gitweb: Remove excessively redundant entries from git_difftree_body

1) All entries on the left are blobs and clicking on them
leads to blobs.  No more diff or blob depending on what
happened (modified or mode changed) to the file -- this goes
to the right, in the "link" column.

2) Remove redundant "blob" from the link column on the right.
This can now be had by clicking on the entry itself.

This reduces and simplifies the code.

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