You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
readGitHistory.py reads the git history for the name list and compiles a large dict with all the names. This dict can then be asked about what names belonged to a unicode value.
Maybe only store the unicode values with more than 1 name? The method in readGitHistory.py should not be used for finding individual values, but to create a table that can be used independently.
It might be useful to have a way to access the history of the names associated with a unicode value. This could be used to update names for instance.
The text was updated successfully, but these errors were encountered: