From a395d6cd747ef22cebb0d2c118bfab5821f8554c Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Wed, 9 Jul 2025 11:14:04 -0700 Subject: [PATCH] docs: Explain how to find the list of author names for deduplicating. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0cd48c1..e2e4dbd 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,19 @@ Make a copy of the file `config.json.dist` with the name `config.json`. - Set the `organization` to the GitHub username of the org whose repos you want to animate. +#### Authors + +After running the script once, you can run the following command to list all +the authors found across all repositories. + +```bash +cat gource.log | cut -d '|' -f 2 | sort | uniq +``` + +Place these names in the config to deduplicate/rename authors + + +### Creating the Animation Run the script ``` python gource_org.py -- 2.51.2