PatrickF1 / fzf.fish

🔍🐟 Fzf plugin for Fish
MIT License
2k stars 81 forks source link

Added GPG output check #287

Closed chris-fj closed 1 year ago

chris-fj commented 1 year ago

Fixed the raw GPG output that leaked in the commit list for repos that have the showSignature = true git configuration. The values of the check are specified in the %G? format specifier for git log

Resolves #286