Skip to content
Snippets Groups Projects
Commit e9fdd74e authored by Giuseppe Bilotta's avatar Giuseppe Bilotta Committed by Junio C Hamano
Browse files

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: default avatarGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent ba924733
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment