[PATCH 1/1] enable cgit to show gravatar for author, committer and tagger

Jason A. Donenfeld Jason at zx2c4.com
Wed Jan 8 16:56:46 CET 2014


On Wed, Jan 8, 2014 at 4:23 PM, Christian Hesse <mail at eworm.de> wrote:
> +       gravatar = malloc(strlen(GRAVATAR_URL) + MD5_DIGEST_LENGTH * 2 + 1);

xmalloc

> +       lower = strdup(email + 1);

xstrdup


More information about the CGit mailing list