Skip to content

Changes

Summary

  1. Clone: add --recurse-submodules option (details)
Commit 005e5feb4ecd08c4e4d141a38b9e7942accb3212 by Matthias Sohn
Clone: add --recurse-submodules option

Add the --recurse-submodules option on the command, which causes
submodules to also be initialized and updated.

Add a callback interface on CloneCommand and SubmoduleUpdateCommand to
them to provide progress feedback for clone operations.

Change-Id: I41b1668bc0d0bdfa46a9a89882c9657ea3063fc1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
The file was modified org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties
The file was modified org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Clone.java
The file was modified org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/internal/CLIText.java
The file was modified org.eclipse.jgit/src/org/eclipse/jgit/api/SubmoduleUpdateCommand.java
The file was modified org.eclipse.jgit/src/org/eclipse/jgit/api/CloneCommand.java