sindrets / diffview.nvim

Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Other
3.92k stars 107 forks source link

fix(git): add `--no-exclude-standard` when detecting binary #484

Closed Summon528 closed 4 months ago

Summon528 commented 5 months ago

Otherwise, files that was included in gitignore (but added via git add --force) will be treated as binary and not showing diff.

Summon528 commented 4 months ago

Updated, thanks