54 Commits (f3ec7cf3f0436a79e252251a31dbc62694555897)

Author SHA1 Message Date
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  David Pursehouse b3a4ace695 CloneCommand: Suppress resource warning about Repository 6 years ago
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6 years ago
  Markus Duft 1c43af8b97 Progress reporting for checkout 6 years ago
  Marc Strapetz de49edbffb CloneCommand: option to set FS to be used 6 years ago
  Matthias Sohn 0210e0e299 Fix javadoc in org.eclipse.jgit annotations and api packages 6 years ago
  David Pursehouse 0e5b9f8a39 CloneCommand: Refactor listing of files in deleteChildren 6 years ago
  Joan Goyeau 88e453995d Fix default directory set when setDirectory wasn't called. 6 years ago
  David Pursehouse 9c7b95684c CloneCommand#setCallback should return 'this' 7 years ago
  Matthias Sohn 9f98d3e2e4 Add shutdown hook to cleanup unfinished clone when JVM is killed 7 years ago
  Thomas Wolf 09d96f8d46 Clean up the disk when cloning fails 7 years ago
  David Pursehouse 005e5feb4e Clone: add --recurse-submodules option 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  Matthias Sohn 423a583fcc [infer] Fix potential NPE in CloneCommand 7 years ago
  Thomas Wolf aadbb158e1 Handle all values of branch.[name].rebase 7 years ago
  Matthias Sohn 6569a876a3 [findBugs] Prevent potential NPE in CloneCommand.init() 8 years ago
  Andrey Loskutov 95b36b397b Null-annotated Ref class and fixed related compiler errors 8 years ago
  Andrey Loskutov 7979029b43 Clone should create Git instances which are able to close repository 8 years ago
  Andrey Loskutov 1309526564 Clone should close repository after errors in fetch or checkout 8 years ago
  Jonathan Nieder 852963db3b Treat CloneCommand.setBranch(null) as setBranch("HEAD") 9 years ago
  Jonathan Nieder d2ade728a1 Treat CloneCommand.setRemote(null) as setRemote("origin") 9 years ago
  Jonathan Nieder 24ab79ccaf Document CloneCommand.setURI(null) 9 years ago
  Jonathan Nieder bbfd9b0e5f Handle null in ProgressMonitor setters 9 years ago
  Jonathan Nieder e70cf61eb6 Document CloneCommand.setDirectory(null) and setGitDir(null) more clearly 9 years ago
  Matthias Sohn 4bae608e84 Use try-with-resource to close resources in CloneCommand 9 years ago
  Matthias Sohn 3623aa0c54 Document that Git instance returned by CloneCommand needs to be closed 9 years ago
  Christian Halstrick 6e05d98cce Allow explicit configuration of git directory in CloneCommand 9 years ago
  Robin Stocker 7bb2a1b844 Handle short branch/tag name for setBranch in CloneCommand 11 years ago
  Robin Rosenberg a6ed390ea7 NLS warning cleanup 11 years ago
  Roberto Tyley a46b042905 Fix corrupted CloneCommand bare-repo fetch-refspec (#402031) 11 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Christian Halstrick 80113c7bb6 Fix resource leaks due to unclosed repositories 12 years ago
  Robin Rosenberg b61d35e848 Further cleanup of exceptions in Git API 12 years ago
  Robin Rosenberg 4e1454ded6 Git API does not declare GitAPIException call() and related cleanups 12 years ago
  Kevin Sawicki 543c5238ae Recurse into cloned submodules 12 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  Stefan Lay 54f23873d6 Add support for autosetuprebase to the CloneCommand 12 years ago
  Kevin Sawicki d57c00e036 Add support for cloning submodules to CloneCommand 12 years ago
  Kevin Sawicki 899114f63c Always checkout master when it matches the advertised HEAD 12 years ago
  Kevin Sawicki 241e03be9d Don't iterate over advertised refs when HEAD is null 12 years ago
  Kevin Sawicki da901c4968 Support a configured credentials provider in LsRemoteCommand 12 years ago
  Roberto Tyley 791a9fd691 Enable full Transport configuration for JGit API commands 12 years ago
  Kevin Sawicki 4ae9d47130 Correct comment on CloneCommand.setRemote method. 13 years ago
  Adrian Goerler 172a9f0521 Cloning should fail when destination directory exists and is not empty 13 years ago
  Christian Halstrick cc2197ed9c Fix CloneCommand not to fetch into remote tracking branches when bare 13 years ago
  Stefan Lay fbf35fea4e Add parameters for timeout and branches to clone 13 years ago
  Stefan Lay 792b93bc62 Try to checkout branch after cloning 13 years ago
  Christian Halstrick 6935db4ec2 Let CloneCommand not checkout HEAD on bare repos 13 years ago