Update index.html

This commit is contained in:
Lukáš Mešťan 2020-01-22 07:39:15 +00:00 committed by GitHub
parent cabc6ebc59
commit bd96088ffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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