mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
Update index.html
This commit is contained in:
parent
cabc6ebc59
commit
bd96088ffc
18
index.html
18
index.html
|
|
@ -241,18 +241,22 @@
|
|||
<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>
|
||||
<p>
|
||||
<code>
|
||||
export _GIT_MERGE_VIEW="enable"<br>
|
||||
export _GIT_MERGE_VIEW="exclusive"
|
||||
</code>
|
||||
</p>
|
||||
</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
|
||||
</p>
|
||||
<code>
|
||||
export _MENU_THEME=legacy
|
||||
</code>
|
||||
<p>
|
||||
<code>
|
||||
export _MENU_THEME=legacy
|
||||
</code>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue