samber / git-contrib-graph

📊 Displays a github-like contribution graph, of every contributors of a repository
10 stars 11 forks source link

Fix JSON output in json format #19

Closed korrat closed 5 years ago

korrat commented 5 years ago

The earlier version had two problems with the json output:

  1. It failed to reset the statistics per interval correctly. That caused contributions of authors that are earlier in the iteration order to show up in every subsequent statistic.
  2. It printed the per interval statistics for the JSON output before computing them.
samber commented 5 years ago

Oh! Thanks. Can you rebase on master please ? I will merge that. 👍

korrat commented 5 years ago

I will close this, as the issue was fixed in #21 already