git-quick-stats
git-quick-stats copied to clipboard
▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository.
Allow `_GIT_*` variables to be passed as command-line args rather than having them set as environment variables. https://github.com/arzzen/git-quick-stats/blob/71d414eb4a43ac32f939240b9975c958c9ace444/git-quick-stats#L176-L193
I used a light themed terminal as do many others. Personally I find it easier to focus if the terminal is light (white background in my case). I realise that...
**Describe the bug** In the code this grep is used for picking commits: `grep -E "($startYear|$endYear)"` , but that will pick commits either from the startYear or the endYear, not...
**Is your feature request related to a problem? Please describe.** When a repo has a load of contributors, it becomes unweidly to view the generated contribution stats It currently appears...
#### Expected behavior and actual behavior. Expected: Show date and time of the most recent commit in the commit history for an author. Actual: Shows the date and time of...
**Describe the solution you'd like** I have a large number of repositories and I would like to produce the contribution stats by author aggregated by multiple repositories. An additional parameter...
**Is your feature request related to a problem? Please describe.** we have quite a few committers on a 200k line project that's been developed for 10 years. I'd like to...
**Describe the bug** 2 commit are reported for Dec 2021 but that month is yet to come **To Reproduce** ``` $ git clone https://github.com/sympa-community/sympa.git $ cd sympa $ _GIT_SINCE="2021-01-01" _GIT_UNTIL="2021-03-01"...
Would be nice to have stats, per contributor, for the current day.
For large repos it would be nice to be able to get stats for a particular subdirectory, instead of the repo as a whole.