Add script to extract the authors from git log#4990
Conversation
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
|
Besides dependabot, there's also: |
I think we should filter them out. For now matching Is the plan to include the list in the repo itself? It will be a bit of a maintenance problem unless we lazily update it with e.g. a scheduled action. |
They will not be reported at all, when using I was just curious about the current situation in the repository, and about the copyright vs author
No, only the script. The list is already included in the repo, just "hidden" in the If we want to export something, we will need to use the |
|
Also: dependabot doesn't currently add any code directly, only code by others and indirectly. So it is not really a part of the discussion about the AI agents, it is more of a tool (like
EDIT: Seeing the changes introduced by dependabot would be an interesting tool by itself... Like dumping "vendor" before and after commit, or try to find the external commits if any? EDIT: It does include the "Changelog" and the "Commits" in the PR itself, though: https://github.com/lima-vm/lima/pulls?q=is%3Apr+author%3Aapp%2Fdependabot+ So maybe it already has a local version as well, didn't check. |
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
As per the AI discussion about authors, added a script to extract "The Lima Authors"
make AUTHORS(inspired by containerd AUTHORS)
The humans are still in the lead (I didn't add you to the mailmap, so you get two entries)
The file has email, too.
But didn't list them here.