mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 15:46:19 -04:00
* Users can now switch between allowing merge commits in their stats, showing only merges in the stats, or ignoring merge commits in the stats all together. Showing merges might be good for people who wish to see the entire history as git shows it by default. For this, setting the new variable _GIT_MERGE_VIEW to enable will show merge commits in the stats together with normal commits. Showing only merges might be useful for people who wish to see how much of their git history is taken up by merges alone. It can be useful for re-evaluating a particular workflow. For this, setting the new var _GIT_MERGE_VIEW to exclusive will show only merge commits in the stats. The default action is to not display merge commits. Resolves #88 |
||
|---|---|---|
| .. | ||
| assert.sh | ||
| commands_test.sh | ||