samber / git-contrib-graph

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

Add --since and --to flags to display contribution graph between 2 dates #16

Open samber opened 5 years ago

samber commented 5 years ago

Example to show contributions in 2018

$ git-contrib-graph --git-remote https://github.com/samber/invoice-as-a-service \
     --since 2018-01-01 \
     --to 2018-12-31

Hide authors with no commits.

ananichev commented 5 years ago

I'd like to take this one too. I'm going to start this right after #17 if you don't mind

ananichev commented 5 years ago

@samber I almost finish this one, but it's based on #25. Could you take a look at #25 so that I can finish? Thanks!