2
2
When displaying commits by date statistics in ToroiseSVN, the weeks or months with zero commits are automatically hidden. In other words, if there were:
- 9 commits for week 19,
- 4 commits for week 20,
- 0 commits for week 21 and
- 1 commit for week 22,
only three weeks will be displayed.
I know this is by design and allows to visualize better the projects which were abandoned for a long time. But sometimes, it may be misleading and I want to see all the weeks, including those with zero commits, to be able to visually identify specifically the periods of time where the project was inactive.
Is it possible? If yes, how?