68 Commits (64cb7148ac64855feb7f7649d1d168d7c6d37860)

Autor SHA1 Mensagem Data
  Matthias Sohn 64cb7148ac Fail clone if initial branch doesn't exist in remote repository 3 anos atrás
  Lee Worrall 9ebbfe93bb Add support for reading symrefs from pack capabilities 3 anos atrás
  Alexander Nittka 769606d059 tag option for clone command 4 anos atrás
  Thomas Wolf 75a80c5d3c Restore behavior of CloneCommand 4 anos atrás
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check 4 anos atrás
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 anos atrás
  Matthias Sohn 6216b0de8a Implement mirror option in CloneCommand 4 anos atrás
  Adrien Bustany 28553c189c Fix copy-paste typo in CloneCommand#cleanup 4 anos atrás
  Thomas Wolf e7b4d108e1 Enable cloning only specific tags 5 anos atrás
  Thomas Wolf 50deacdd57 Set TagOpt.AUTO_FOLLOW when not cloning all branches 5 anos atrás
  Thomas Wolf 54a502f6c6 Fix fetch refspecs when not cloning all branches 8 anos atrás
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 anos atrás
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 anos atrás
  David Pursehouse b3a4ace695 CloneCommand: Suppress resource warning about Repository 6 anos atrás
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6 anos atrás
  Markus Duft 1c43af8b97 Progress reporting for checkout 6 anos atrás
  Marc Strapetz de49edbffb CloneCommand: option to set FS to be used 6 anos atrás
  Matthias Sohn 0210e0e299 Fix javadoc in org.eclipse.jgit annotations and api packages 6 anos atrás
  David Pursehouse 0e5b9f8a39 CloneCommand: Refactor listing of files in deleteChildren 6 anos atrás
  Joan Goyeau 88e453995d Fix default directory set when setDirectory wasn't called. 6 anos atrás
  David Pursehouse 9c7b95684c CloneCommand#setCallback should return 'this' 7 anos atrás
  Matthias Sohn 9f98d3e2e4 Add shutdown hook to cleanup unfinished clone when JVM is killed 7 anos atrás
  Thomas Wolf 09d96f8d46 Clean up the disk when cloning fails 7 anos atrás
  David Pursehouse 005e5feb4e Clone: add --recurse-submodules option 7 anos atrás
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 anos atrás
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 anos atrás
  Matthias Sohn 423a583fcc [infer] Fix potential NPE in CloneCommand 7 anos atrás
  Thomas Wolf aadbb158e1 Handle all values of branch.[name].rebase 7 anos atrás
  Matthias Sohn 6569a876a3 [findBugs] Prevent potential NPE in CloneCommand.init() 8 anos atrás
  Andrey Loskutov 95b36b397b Null-annotated Ref class and fixed related compiler errors 8 anos atrás
  Andrey Loskutov 7979029b43 Clone should create Git instances which are able to close repository 8 anos atrás
  Andrey Loskutov 1309526564 Clone should close repository after errors in fetch or checkout 8 anos atrás
  Jonathan Nieder 852963db3b Treat CloneCommand.setBranch(null) as setBranch("HEAD") 9 anos atrás
  Jonathan Nieder d2ade728a1 Treat CloneCommand.setRemote(null) as setRemote("origin") 9 anos atrás
  Jonathan Nieder 24ab79ccaf Document CloneCommand.setURI(null) 9 anos atrás
  Jonathan Nieder bbfd9b0e5f Handle null in ProgressMonitor setters 9 anos atrás
  Jonathan Nieder e70cf61eb6 Document CloneCommand.setDirectory(null) and setGitDir(null) more clearly 9 anos atrás
  Matthias Sohn 4bae608e84 Use try-with-resource to close resources in CloneCommand 9 anos atrás
  Matthias Sohn 3623aa0c54 Document that Git instance returned by CloneCommand needs to be closed 9 anos atrás
  Christian Halstrick 6e05d98cce Allow explicit configuration of git directory in CloneCommand 9 anos atrás
  Robin Stocker 7bb2a1b844 Handle short branch/tag name for setBranch in CloneCommand 11 anos atrás
  Robin Rosenberg a6ed390ea7 NLS warning cleanup 11 anos atrás
  Roberto Tyley a46b042905 Fix corrupted CloneCommand bare-repo fetch-refspec (#402031) 11 anos atrás
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 anos atrás
  Christian Halstrick 80113c7bb6 Fix resource leaks due to unclosed repositories 12 anos atrás
  Robin Rosenberg b61d35e848 Further cleanup of exceptions in Git API 12 anos atrás
  Robin Rosenberg 4e1454ded6 Git API does not declare GitAPIException call() and related cleanups 12 anos atrás
  Kevin Sawicki 543c5238ae Recurse into cloned submodules 12 anos atrás
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 anos atrás
  Stefan Lay 54f23873d6 Add support for autosetuprebase to the CloneCommand 12 anos atrás