Issy Long edeefebf61
utils/github: Fix double counting of author/committer numbers
- The usage of this in `brew contributions` wasn't correct for a user
  with 5 authored commits to homebrew/cask that had been committed by
  other people, the numbers would turn out as 5 authored, 5 committed.
- I decided to do this properly by getting the SHAs for author and
  committer and determine the differences between the two arrays.
  This also accounts for when authored commits are 0, or committed
  commits, or both.
- Add tests, because I don't want to fix this a third time!
2023-03-05 14:41:04 +00:00
..
2023-02-20 09:05:15 +00:00
2023-03-02 11:49:09 -08: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-24 13:50:07 +00:00