nvim-blame-line icon indicating copy to clipboard operation
nvim-blame-line copied to clipboard

discard diff when looking up commit info

Open meenakshi-koushik opened this issue 3 years ago • 1 comments

When looking for a commit containing the line use the -s flag to reduce the amount of data git has to return and the macro has to process. this can speed-up blameline on certain large repos, especially those that contain commits with very large diff's.

meenakshi-koushik avatar Sep 11 '22 17:09 meenakshi-koushik

Potential fix for #22

meenakshi-koushik avatar Jun 07 '23 12:06 meenakshi-koushik