aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/CloneCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Submodules: use relative paths for worktree and gitdirSimon Eder2024-12-111-0/+17
* Use ShutdownHook to gracefully handle JVM shutdownMatthias Sohn2023-09-121-11/+5
* CloneCommand: set HEAD also when not checking outThomas Wolf2022-09-181-11/+9
* Pass on shallowSince only if not nullThomas Wolf2022-09-181-1/+3
* Fetch: add support for shallowRobin Müller2022-07-311-1/+91
* Ignore IllegalStateException if JVM is already shutting downMatthias Sohn2021-08-291-2/+10
* Fail clone if initial branch doesn't exist in remote repositoryMatthias Sohn2021-02-221-0/+1
* Add support for reading symrefs from pack capabilitiesLee Worrall2020-11-261-0/+4
* tag option for clone commandAlexander Nittka2020-03-151-1/+35
* Merge branch 'stable-5.6'Matthias Sohn2020-02-101-16/+26
|\
| * Restore behavior of CloneCommandThomas Wolf2020-02-041-16/+26
* | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-3/+4
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* 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