Files
lazygit.nvim/lua/lazygit.lua
Rich 0a3a4c5e52 feat: Allow current buffer commits to show on the already worked out Git root (#148)
We have already worked out the "git root" for the current buffer, we did
this to work out the relative path. We might as well use this
information when calling `lazygitfilter`.

This now allows `lazygitfiltercurrentfile` to work, whether your actual
cwd is a git repository ('normal' workflow) or a project folder
containing many repositories (another workflow many vim users follow).

It looks like LSP did an autoformat on the file also, I can revert those
two lines if required.
2025-02-17 13:34:07 -05:00

6.4 KiB