From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Wed, 8 Jan 2014 16:56:46 +0100 Subject: [PATCH 1/1] enable cgit to show gravatar for author, committer and tagger In-Reply-To: <1389194613-8660-1-git-send-email-mail@eworm.de> References: <1389194613-8660-1-git-send-email-mail@eworm.de> Message-ID: On Wed, Jan 8, 2014 at 4:23 PM, Christian Hesse wrote: > + gravatar = malloc(strlen(GRAVATAR_URL) + MD5_DIGEST_LENGTH * 2 + 1); xmalloc > + lower = strdup(email + 1); xstrdup