mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
add info about Git merge view strategy
This commit is contained in:
parent
689bbe5d7f
commit
cabc6ebc59
12
index.html
12
index.html
|
|
@ -236,6 +236,16 @@
|
|||
</code>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<strong>Git merge view strategy</strong>
|
||||
<p>
|
||||
You can set the variable _GIT_MERGE_VIEW to enable merge commits to be part of the stats by setting _GIT_MERGE_VIEW to enable. You can also choose to only show merge commits by setting _GIT_MERGE_VIEW to exclusive. Default is to not show merge commits. These work similar to git's built-in --merges and --no-merges log options.
|
||||
</p>
|
||||
<code>
|
||||
export _GIT_MERGE_VIEW="enable"<br>
|
||||
export _GIT_MERGE_VIEW="exclusive"
|
||||
</code>
|
||||
</li>
|
||||
<li><strong>Color themes</strong>
|
||||
<p>
|
||||
You can change to the legacy color scheme by toggling the variable _MENU_THEME between default and legacy
|
||||
|
|
@ -313,4 +323,4 @@
|
|||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue