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

Feature Request: Add a file filter

Open HuakunShen opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Some files pushed to git don't necessarily reflect contributions. For example, package-lock.json.

Describe the solution you'd like Add a filter to filter out contributions from specific files.

HuakunShen avatar Aug 25 '23 22:08 HuakunShen

This already exists.

export _GIT_PATHSPEC=':!pattern'

To see this, checkout man git-quick-stats and scroll to the bottom

https://github.com/arzzen/git-quick-stats/blob/d33ede9bcc525e2ab35972bf2c1ed6cee457a603/git-quick-stats.1#L146-L149

igbanam avatar Dec 31 '23 14:12 igbanam