Skip to content

Changes

Summary

  1. PullCommand: Add support for recursing into submodules (details)
Commit 5f902f07ccae32b82a36c05e1eca23b21a27da99 by Matthias Sohn
PullCommand: Add support for recursing into submodules

Add a new API method to set the recurse mode, and pass the mode into
the fetch command.

Extend the existing FetchCommandRecurseSubmodulesTest to also perform
the same tests for fetch. Rename the test class accordingly.

Change-Id: I12553af47774b4778f7011e1018bd575a7909bd0
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
The file was addedorg.eclipse.jgit.test/tst/org/eclipse/jgit/api/FetchAndPullCommandsRecurseSubmodulesTest.java
The file was modified org.eclipse.jgit/src/org/eclipse/jgit/api/PullCommand.java
The file was removedorg.eclipse.jgit.test/tst/org/eclipse/jgit/api/FetchCommandRecurseSubmodulesTest.java