wfxr / forgit

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

Refactor: Replace deferred extract variable in _forgit_add with a call to _forgit_get_single_file_from_add_line #367

Closed sandr01d closed 3 months ago

sandr01d commented 3 months ago

Check list

Description

Removes the $extract variable from _forgit_add that was used with deferred code and uses _forgit_get_single_file_from_add_line instead.

Note

This PR belongs to #326 and resulted from discussions in #324.

Type of change

Test environment

sandr01d commented 3 months ago

Changes have been merged with #326