chore: remove bad comment in authors script

Closes #10185
This commit is contained in:
Jakob Borg
2025-06-17 12:27:07 +02:00
parent 6fc0b41f97
commit 21c5ac2161

View File

@@ -171,8 +171,6 @@ var excludeCommits = stringSetFromStrings([]string{
"4dfb9d7c83ed172f12ae19408517961f4a49beeb",
})
// allAuthors returns the set of authors in the git commit log, except those
// in excluded commits.
func addAuthors(authors *authorSet) {
// All existing source-tracked files
bs, err := exec.Command("git", "ls-tree", "-r", "HEAD", "--name-only").CombinedOutput()