Issy Long 693d609730
dev-cmd/contributions: Fix authored vs. committed commit uniqueness
- For a situation where `authored = 3`, `committed = 4`, the previous
  calculation was `3 - 4` which meant that `committed = -1` in the end.
- This was incorrect, since a user can't have negative contributions!
- Instead, only do the subtraction to get the deduplicated `committed`
  count if the number of authored commits is higher than the number of
  committed commits. This approach should achieve the desired "don't
  double count things that the user authored and committed, but do count
  things that another person authored that the user committed".
2023-03-03 13:15:13 +00:00
..
2023-02-27 21:42:47 -08:00
2023-02-10 23:17:16 -05:00
2023-02-10 23:17:16 -05:00
2023-01-20 18:46:07 -08:00
2023-02-27 17:34:29 +00:00
2023-02-28 11:52:38 +00:00
2023-02-10 23:17:16 -05:00
2023-02-10 23:17:16 -05:00
2023-02-16 18:51:08 -08:00
2022-11-16 13:09:31 +00:00
2023-02-10 23:17:16 -05:00
2023-02-22 21:21:24 -08:00
2023-02-10 23:17:16 -05:00