37 Commits (6569a876a3ce8031d1ff89e8a80a4727f89036cf)

Author SHA1 Message Date
  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
  Shawn O. Pearce 3b91e3fe49 Always fetch tags during clone 13 years ago
  Tomasz Zarna dcb7e477ee Wrong constant used when configuring a repository 13 years ago
  Chris Aniszczyk 3dcbf375a8 Setup the default remote and merge config in CloneCommand 13 years ago
  Chris Aniszczyk 4112884ede Add git-clone to the Git API 13 years ago