aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/CloneCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Implement mirror option in CloneCommandMatthias Sohn2019-10-211-26/+66
* Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-231-1/+1
|\
| * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-231-1/+1
| |\
| | * Fix copy-paste typo in CloneCommand#cleanupAdrien Bustany2019-08-231-1/+1
* | | Enable cloning only specific tagsThomas Wolf2019-01-271-13/+29
|/ /
* | Set TagOpt.AUTO_FOLLOW when not cloning all branchesThomas Wolf2018-09-151-8/+8
* | Fix fetch refspecs when not cloning all branchesThomas Wolf2018-09-151-13/+10
|/
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* CloneCommand: Suppress resource warning about RepositoryDavid Pursehouse2018-03-241-2/+2
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-5/+2
* Progress reporting for checkoutMarkus Duft2018-01-231-0/+1
* CloneCommand: option to set FS to be usedMarc Strapetz2017-12-291-0/+20
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-16/+28
* CloneCommand: Refactor listing of files in deleteChildrenDavid Pursehouse2017-12-081-3/+3
* Fix default directory set when setDirectory wasn't called.Joan Goyeau2017-08-251-2/+13
* CloneCommand#setCallback should return 'this'David Pursehouse2017-06-081-1/+3
* Add shutdown hook to cleanup unfinished clone when JVM is killedMatthias Sohn2017-05-131-0/+4
* Clean up the disk when cloning failsThomas Wolf2017-05-121-10/+80
* Clone: add --recurse-submodules optionDavid Pursehouse2017-04-271-1/+55
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* [infer] Fix potential NPE in CloneCommandMatthias Sohn2017-01-231-6/+18
* Handle all values of branch.[name].rebaseThomas Wolf2016-09-151-2/+3
* [findBugs] Prevent potential NPE in CloneCommand.init()Matthias Sohn2016-05-301-0/+10
* Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-151-4/+9
* Clone should create Git instances which are able to close repositoryAndrey Loskutov2015-08-041-1/+1
* Clone should close repository after errors in fetch or checkoutAndrey Loskutov2015-08-021-1/+8
* Treat CloneCommand.setBranch(null) as setBranch("HEAD")Jonathan Nieder2015-06-111-0/+6
* Treat CloneCommand.setRemote(null) as setRemote("origin")Jonathan Nieder2015-06-111-1/+5
* Document CloneCommand.setURI(null)Jonathan Nieder2015-06-111-1/+2
* Handle null in ProgressMonitor settersJonathan Nieder2015-06-111-0/+3
* Document CloneCommand.setDirectory(null) and setGitDir(null) more clearlyJonathan Nieder2015-06-111-2/+4
* Use try-with-resource to close resources in CloneCommandMatthias Sohn2015-04-031-4/+1
* Document that Git instance returned by CloneCommand needs to be closedMatthias Sohn2015-01-221-0/+6
* Allow explicit configuration of git directory in CloneCommandChristian Halstrick2014-12-151-4/+59
* Handle short branch/tag name for setBranch in CloneCommandRobin Stocker2013-05-261-4/+14
* NLS warning cleanupRobin Rosenberg2013-04-141-5/+3
* Fix corrupted CloneCommand bare-repo fetch-refspec (#402031)Roberto Tyley2013-03-041-4/+5
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+2
* Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-161-2/+7
* Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-051-5/+10
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-10/+8
* Recurse into cloned submodulesKevin Sawicki2012-04-011-2/+10
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Add support for autosetuprebase to the CloneCommandStefan Lay2012-02-231-0/+8
* Add support for cloning submodules to CloneCommandKevin Sawicki2012-01-021-0/+26
* Always checkout master when it matches the advertised HEADKevin Sawicki2011-11-281-0/+6
* Don't iterate over advertised refs when HEAD is nullKevin Sawicki2011-11-261-3/+3
* Support a configured credentials provider in LsRemoteCommandKevin Sawicki2011-11-101-65/+27