Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move fzf options into $opts variables #384

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Commits on Apr 13, 2024

  1. Move fzf options into $opts variables

    _forgit_stash_push, _forgit_revert_commit and _forgit_blame passed some
    fzf options as arguments directly instead of defining them in the $opts
    variable, as we do everywhere else. This change makes these functions
    consistent with the rest of the code base and additionally allows
    overriding said options with the respective $FORGIT_*_FZF_OPTS
    environment variables.
    sandr01d committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    26e461e View commit details
    Browse the repository at this point in the history