Code

gitweb: Include links to feeds in HTML header only for '200 OK' response
authorJakub Narebski <jnareb@gmail.com>
Sat, 18 Dec 2010 20:02:13 +0000 (21:02 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Dec 2010 06:58:45 +0000 (22:58 -0800)
To do that, generating "<link />"s to feeds were refactored into
print_feed_meta() subroutine, to keep nesting (indent) level in
git_header_html() low.  This has also the advantage of making code
more clear.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: John 'Warthog9' Hawley <warthog9@eaglescrag.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

No differences found