acaudwell / Gource

software version control visualization
https://gource.io
GNU General Public License v3.0
11.54k stars 723 forks source link

[IDEA] Identify users by email domain #263

Open huornlmj opened 3 years ago

huornlmj commented 3 years ago

It would be useful if users could be visually grouped in some way, for example, use a specific avatar for all users sharing a specified email address domain.

renmin commented 3 years ago

that's a good idea. I have to copy and rename images for same users with different full names

umarcor commented 2 years ago

@renmin, a .mailmap should work for that use case: https://git-scm.com/docs/gitmailmap.

huornlmj commented 2 years ago

Just coming back to this. I'd have thought that the --user-image-dir dir could contain domain1.npg, domain2.jpg domain3.jpg etc, and with a command line argument specifying that the images should be mapped to users as per their email addresses.