]> Lady’s Gitweb - Gitweb/commit
gitweb: (gr)avatar support
authorGiuseppe Bilotta <redacted>
Mon, 29 Jun 2009 22:00:51 +0000 (00:00 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:38 +0000 (00:50 -0400)
commit2f46e604cc45c467d4921f7dda43c879cc55964e479842774f06ac78a746bdd1
tree818e0cf7896d26540580a57f6a5ffb8183373e1281dbaec2cbc73f671c53b1c8
parentd45eeb6e969fd29d8a01cb7288b29229224c82e25b91247db60481a2b755d0b3
gitweb: (gr)avatar support

Introduce avatar support: the feature adds the appropriate img tag next
to author and committer in commit(diff), history, shortlog, log and tag
views. Multiple avatar providers are possible, but only gravatar is
implemented at the moment.

Gravatar support depends on Digest::MD5, which is a core package since
Perl 5.8. If gravatars are activated but Digest::MD5 cannot be found,
the feature will be automatically disabled.

No avatar provider is selected by default, except in the t9500 test.

Signed-off-by: Giuseppe Bilotta <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.css
gitweb.perl
This page took 0.263546 seconds and 4 git commands to generate.