gitweb: Make feed entries point to commitdiff view
commite62a641de17b172ffc4d3a803085c8afbfbec3d1
authorFlorian La Roche <laroche@redhat.com>
Sun, 3 Feb 2008 11:38:46 +0000 (3 12:38 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Feb 2008 21:50:25 +0000 (6 13:50 -0800)
treedb4f1f30ed659c745479974234bdc0a915c5985d
parentc586879cdfa4f8181a14e953a9152a4639eef333
gitweb: Make feed entries point to commitdiff view

Change feeds entries (feeds items) from pointing (linking) to 'commit'
view to pointing to 'commitdiff' view.

First, feed entries have whatchanged-like list of files which were
modified in a commit, so 'commitdiff' view more naturally reflects
feed entry (is more naturally alternate / extended version of a feed
item). Second, this way the patches are shown directly and code review
is done more easily via watching feeds.

[jn: Rewritten commit message]

Signed-off-by: Florian La Roche <laroche@redhat.com>
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl