521 Commits (e96cb22a43e8e67274e39b3d5fb852a20e9b3a04)

Author SHA1 Message Date
  David Pursehouse e96cb22a43 Don't use deprecated LockFile constructor 8 years ago
  Chris Gavin 82f47ace3d Fix TransportException when reading bundle 8 years ago
  Shawn Pearce 6b662af76e Transport: Implement AutoCloseable 8 years ago
  David Pursehouse 9ddc0ed83d Add $NON-NLS to suppress "Non-externalized string literal" warnings 8 years ago
  Shawn Pearce eadfcd3ec1 ReceiveCommand.abort(): Utility to mark batch of commands as failed 8 years ago
  Shawn Pearce 09500165a8 Fix "remote: Counting objects: ..." formatting 8 years ago
  Shawn Pearce ac41920a43 ObjectChecker: honor some git-core fsck.* options 8 years ago
  Shawn Pearce fa7ce0e0f3 ObjectChecker: allow some objects to skip errors 8 years ago
  Shawn Pearce 018a91b715 Unify fetch and receive ObjectChecker setup 8 years ago
  Dmitry Neverov 9c71bf14b7 Close copy threads in case of errors 8 years ago
  Shawn Pearce a38531b21c ProgressSpinner: Simple busy wait entertainment 8 years ago
  Matthias Sohn 6340c76d8b Fix InterruptTimer leak in BasePackConnection 8 years ago
  Mike Gilbode 3e03907f65 Bug 484342: Support @ in username in SSH url. 8 years ago
  Christian Halstrick 310e858f81 Fix possible arithmetic overflow when setting a timeout 8 years ago
  Andrey Loskutov 95b36b397b Null-annotated Ref class and fixed related compiler errors 8 years ago
  Shawn Pearce 4f8c993c49 push: Do not blindly overwrite peer 8 years ago
  Andrey Loskutov 85d09a9ec7 URIish: fixed full uri pattern not expecting end of line after host name 8 years ago
  Kaloyan Raev e23521f0d9 Add remote command to JGit CLI 10 years ago
  Matthias Sohn afd167a1f2 NetRCCredentialsProvider should return false if any item is missing 8 years ago
  Matthias Sohn 5786cc3c0f Fix ChainingCredentialsProvider 8 years ago
  Matthias Sohn ac89b47eeb Fix NPE in HttpAuthMethod 8 years ago
  Shawn Pearce 3d8e6b1e16 Support atomic push in JGit client 8 years ago
  Matthias Sohn f109af47d0 Fix wrong @since tag In ReceiveCommand 8 years ago
  Shawn Pearce f89f30ffcd ReceiveCommand.filter: Accept Iterable 8 years ago
  Shawn Pearce 93eca6dfe1 DirCache: Add helper to read from a tree 8 years ago
  Andrey Loskutov 1020f40813 Null-annotated Repository class and fixed related compiler errors 8 years ago
  Jonathan Nieder 1fa6f3a750 Revert "Remove PackWriter.Statistics and other deprecated classes" 8 years ago
  Terry Parker bbcbcab8d3 Remove PackWriter.Statistics and other deprecated classes 8 years ago
  Christian Halstrick edc4daf2e8 Add support for pre-push hooks 9 years ago
  Andrey Loskutov df876d2e0f [performance] Remove synthetic access$ methods in transport package 8 years ago
  Marc Strapetz d29b2b6762 Refspec: loosen restrictions on wildcard "*" 8 years ago
  Andrei Pozolotin 504e23b7a5 Adding JGitV1 and JGitV2 Walk Encryption 8 years ago
  Andrei Pozolotin 81810aff29 Adding AES Walk Encryption support in http://www.jets3t.org/ mode 8 years ago
  Hugo Arès 868899982b Fix warnings about missing serialVersionUID 8 years ago
  Shawn Pearce b46c446395 UploadPack: Verify clients send only commits for shallow lines 8 years ago
  Shawn Pearce db0adc1e8c S3 transport: Fix check for tmpdir 8 years ago
  Patrick Steinhardt 9b1deadcb4 URIish: fall back to host as humanish name 9 years ago
  Dave Borowitz 45e9e28ad9 PushCertificateStore: Don't add no-op command to batch 8 years ago
  Dave Borowitz 94812ef1e9 PushCertificate: Omit null pushee from text representation 8 years ago
  Dave Borowitz 39dc898dca PushCertificate: Add toTextWithSignature() method 9 years ago
  Dave Borowitz 74a57f3744 PushCertificateParser: Add fromString method 9 years ago
  Dave Borowitz c7c5fe718d BaseReceivePack: Add method to override the push cert 9 years ago
  Dave Borowitz d8b9c5145b BaseReceivePack: Don't throw from getPushCertificate() 9 years ago
  Dave Borowitz d7377877e0 PushCertificateStore: Return boolean from batch save methods 9 years ago
  Dave Borowitz 5706c8e38e Allow saving push certs on a subset of refs 9 years ago
  Dave Borowitz f946ed1d97 PushCertificateStore: Add method to save in batch 9 years ago
  Andrey Loskutov b4ecb88367 Fixed @since tags on new API 9 years ago
  Dave Borowitz d5a71e9ca3 Store push certificates in refs/meta/push-certs 9 years ago
  Dave Borowitz 19b45dab71 PushCertificateParser: Move reader parsing to instance method 9 years ago
  Dave Borowitz 1f2827ecaa PushCertificateParser: Make constructor public 9 years ago