wfxr / forgit

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

Fix: --date option in gbl can not be overridden anymore #385

Closed sandr01d closed 2 months ago

sandr01d commented 2 months ago

Check list

Description

The order of the arguments passed to git blame in _forgit_blame_preview has been changed in bfffda6, putting --date=short as the last argument instead of the first. This caused it taking precedence of anything defined in $FORGIT_BLAME_GIT_OPTS. This PR restores the order of the arguments to what they were before bfffda6.

Type of change

Test environment