git-quick-stats icon indicating copy to clipboard operation
git-quick-stats copied to clipboard

▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository.

Results 28 git-quick-stats issues
Sort by recently updated
recently updated
newest added

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

enhancement :cool:

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...

enhancement :cool:

**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...

bug :bug:

**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...

enhancement :cool:

#### 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...

bug :bug:

**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...

enhancement :cool:

**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...

enhancement :cool:
needs response

**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"...

bug :bug:

Would be nice to have stats, per contributor, for the current day.

enhancement :cool:

For large repos it would be nice to be able to get stats for a particular subdirectory, instead of the repo as a whole.

enhancement :cool: