diffview.nvim icon indicating copy to clipboard operation
diffview.nvim copied to clipboard

Add support for submodules

Open BeatScherrer opened this issue 3 years ago • 3 comments

I am working in a project with multiple submodules. it woulde be nice to see the diff of the submodules in the same window since all the repo make up the project.

BeatScherrer avatar Jun 09 '22 07:06 BeatScherrer

We could probably add a --submodule command option. Then we could also do --submodule=recursive to recursively diff submodules. But it would probably require additional git jobs for each submodule.

sindrets avatar Jun 09 '22 15:06 sindrets

Any update on this issue? I have the same situation in which a project contains many submodules. Sometimes a new feature includes changes in different submodules. I need to review the difference between the feature branch and the main branch in the submodule.

Weissle avatar Oct 04 '23 15:10 Weissle