wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.32k stars 136 forks source link

Allow disabling --graph with FORGIT_LOG_GRAPH_ENABLE=false in grc #387

Closed sandr01d closed 2 months ago

sandr01d commented 2 months ago

Check list

Description

We allow disabling the --graph option of git log when $FORGIT_LOG_GRAPH_ENABLE=false is set. This PR makes sure that this is also the case in _forgit_revert_commit that has been ignoring this until now.

Type of change

Test environment