Hacker News new | ask | show | jobs
by devnonymous 110 days ago
> For me a bigger issue was git calling vimdiff for each file,

If you configure vimdiff as the difftool in your git config, just doing a `git diff` would show you the diff for each file sequentially.