summaryrefslogtreecommitdiff
path: root/gitweb/git-logo.png
AgeCommit message (Collapse)AuthorFilesLines
2009-08-14gitweb: Optimize git-favicon.pngLibravatar Benjamin Kramer1-0/+0
Reduce size of git-favicon.png using a combination of optipng and pngout. From 164 bytes to 115 bytes (30% reduction). Also reduce git-logo.png's size by one byte using advcomp. Signed-off-by: Benjamin Kramer <benny.kra@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
2006-08-01gitweb: use out-of-line GIT logo.Libravatar Martin Waitz1-0/+0
Use the normal web server instead of the CGI to provide the git logo, just like the gitweb.css. Signed-off-by: Martin Waitz <tali@admingilde.org> Signed-off-by: Junio C Hamano <junkio@cox.net>