IonicaBizau / git-stats

🍀 Local git statistics including GitHub-like contributions calendars.
MIT License
6.42k stars 183 forks source link

Fix/Calendar starting on Sundays is fixed with calendar starting with Monday #193

Closed anshul-132002 closed 1 year ago

anshul-132002 commented 1 year ago

This PR Fixes the Calendar starting on Sundays even with first_day: "Mon"

Fixes #174

ThomasPietrzak commented 1 year ago

Your code changes the starting day to Monday, instead of giving the possibility to configure the starting day.

anshul-132002 commented 1 year ago

okay got it !