Skip to content

Instantly share code, notes, and snippets.

# -*- coding: utf-8 -*-
#
# Based on:
# https://code.google.com/p/gource/wiki/GravatarExample
# https://gist.github.com/macagua/5c2f5e4e38df92aae7fe
# Usage with Gource: gource --user-image-dir .git/avatar/
# Get list of authors + email with git log
# git log --format='%aN|%aE' | sort -u