Bug 558909 - Support recursive listing of submodule statuses
Summary: Support recursive listing of submodule statuses
Status: NEW
Alias: None
Product: JGit
Classification: Technology
Component: JGit (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: api, usability
Depends on:
Blocks:
 
Reported: 2020-01-08 05:02 EST by Sebastian Schuberth CLA
Modified: 2020-01-08 05:02 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Schuberth CLA 2020-01-08 05:02:10 EST
Currently, there seems to be no easy way to make SubmoduleStatusCommand recurse into nested submodules like it is possible with CGit's "--recursive" option passed to the "submodule" subcommand. Of course it is possible to come up with a custom solution based on "SubmoduleWalk.forIndex(repo)" in some recursive function, but it would be nice to have something more convenient.