sourceoptics / source_optics

Development has moved to BitBucket. Please clone from and send PRs to https://bitbucket.org/laserllama/sourceoptics/src/master/.
http://sourceoptics.io
20 stars 6 forks source link

use git log to populate the preferred name of the committer #148

Closed mpdehaan closed 5 years ago

mpdehaan commented 5 years ago

we are just recording the email address, but we should be able to easily populate the display_name of each Author object using the git log command, which should even prevent the need for some author disambiguation.

However, when displaying authors we must now show two columns - name and email

A relatively huge usability increase, so will do this soon.

mpdehaan commented 5 years ago

pushed earlier today and added to all the tables, that helps tons