]> source.dussan.org Git - jgit.git/commit
CheckoutCommand: Add method to add multiple paths 36/83736/1
authorDavid Pursehouse <david.pursehouse@gmail.com>
Sat, 22 Oct 2016 01:11:54 +0000 (10:11 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Sat, 22 Oct 2016 01:11:54 +0000 (10:11 +0900)
commit03046d0f60810ec01d830e6efb3291e4a161512a
tree45c5213bb43e7f0e8f265457cb6e5e47daae512e
parente49025386eee85f4748b3f16ae2c63f6ff94f335
CheckoutCommand: Add method to add multiple paths

The new method addPaths(List<String>) allows callers to add multiple
paths without having to iterate over several calls to addPath(String).

Change-Id: I2c3746a97ead7118fb0ed5543a2c843224719031
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Checkout.java
org.eclipse.jgit/src/org/eclipse/jgit/api/CheckoutCommand.java