lewis6991 / gitsigns.nvim

Git integration for buffers
MIT License
4.91k stars 187 forks source link

feat: tweak how commit buffers are processed #1041

Closed lewis6991 closed 3 months ago

lewis6991 commented 3 months ago

Previously when attaching to a commit buffer (via gitsigns or fugitive), gitsigns would set the revision to diff against to the parent so the signs of that commit would be displayed.

Now that we have staged signs, they are now used for that purpose, and so the base is no longer set to the parent.