guldkorn
guldkorn copied to clipboard
Tool for finding interesting forks of projects on GitHub.
When comparing forks where the original repository has not been updated in a long time, it would be useful to find the "newest" fork, to find forks where active work...
Might this be solvable ... https://github.com/mewmew/guldkorn/blob/113db2cc84ad3035ab2b0fef3fa93dfcc4562da5/main.go#L215-L222 ... by checking the origin's commit list for a commit [with matching `author` AND a different `committer`](https://developer.github.com/v3/git/commits/) or for the same `message`? I tried...