lewis6991 / gitsigns.nvim

Git integration for buffers
MIT License
5.12k stars 192 forks source link

fix: setqflist("all") should respect change_base #1094

Closed xzbdmw closed 3 months ago

xzbdmw commented 3 months ago

If change_base is called, instead of run git status, run git diff against the changed base_commit. Fix: #692

lewis6991 commented 3 months ago

Commits needs squashing.

lewis6991 commented 3 months ago

Thanks