mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-21 18:26:47 +03:00
ae2caf9cb0
Once we've selected a best ident for the AUTHORS file, it makes sense to set up a corresponding mailmap entry for any other ident for that committer, to ensure the git history also reflects this into the future. So, here we output potential mailmap updates for a human to consider. For the moment, this needs to be done by a human, because update_authors uses git to get the author names, and thus is reliant on the mailmap contents to generate its output, so having it update mailmap directly would introduce a circular dependency that I'm not totally sure about. It's definitely better than having to go back through the history and check each commit by hand though. Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris <robn@despairlabs.com>