rbong / vim-flog

A blazingly fast, stunningly beautiful, exceptionally powerful git branch viewer for Vim/Neovim.
750 stars 22 forks source link

Feature : When viewing a commit, show a compact summary #102

Closed kawas44 closed 1 year ago

kawas44 commented 1 year ago

Hello,

When viewing a commit content, it would be nice to know what files are impacted by the commit.

Something like the output of:

git show --compact-summary <a-commit>

cheers

kawas44 commented 1 year ago

Looking at the code, I just find out that the commit content is displayed by vim-fugitive.

I did a local edit in vim-fugitive to enable --stat on git show and it works as needed. Guess I'll open a feature request in vim-fugitive :sweat_smile:

kawas44 commented 1 year ago

Relates to tpope/vim-fugitive#2154