Issy Long 9250a6705e
dev-cmd/contributions: Count the number of commits a user committed
- The GitHub list commits API now supports this filtering
  (https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#list-commits--parameters),
  because I wrote it. :-)
- Authoring a commit and committing a commit are two separate concepts: author
  is the person who wrote the code and, in old parlance, the committer is the
  person who applied the patch (remember when we sent patches to mailing lists?).
- In practice for us in Homebrew, this occurs when we make a change in GitHub's
  web editor, or, more obviously, when BrewTestBot pushes `homebrew-core`
  commits from users (then, `BrewTestBot` is the `committer`).
2023-03-01 23:38:49 +00:00
..
2023-02-20 09:05:15 +00:00
2023-02-04 13:05:41 +00:00
2023-01-06 22:58:22 -05:00
2023-02-10 23:17:16 -05:00
2023-02-27 20:18:10 -08:00
2023-02-27 20:18:10 -08:00
2023-02-22 09:11:29 -08:00
2023-02-24 13:50:07 +00:00