wfxr / forgit

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

Fix cherry pick preview #218

Closed carlfriedrich closed 1 year ago

carlfriedrich commented 1 year ago

The preview on cherry pick was accidentally broken since we included the +/- information in the commit list. Fix this by using the correct string index.

Check list

Description

Type of change

Test environment

cjappl commented 1 year ago

Thanks for catching!