4592 Commits (bb5180469c77ad935f7d3d49d063eb172d57e3ea)

Author SHA1 Message Date
  Matthias Sohn 00472a6d7c Silence API errors introduced by f648a3bd 5 years ago
  Ivan Frade e64ce267f8 RepoCommand: Preserve executable bit in <copyfile> 5 years ago
  Ivan Frade f648a3bd81 RepoCommand.RemoteReader: Add method to read contents and mode of file 5 years ago
  Matthias Sohn 6f359c1709 Silence API errors for new methods added to DepthWalk 5 years ago
  Matthias Sohn 06bce43338 Remove unused text "symlinkCannotBeWrittenAsTheLinkTarget" 5 years ago
  Michael Keppler d9e67c8d8f Fix typos 5 years ago
  Marc Strapetz aaf71bfbcc gitignore/gitattributes: fix matching of \r 6 years ago
  Jonathan Tan 237abe6ab5 UploadPack: Implement deepen-not for protocol v2 5 years ago
  Jonathan Tan f5fa1eaf39 Throw error when deepen-since excludes all commits 5 years ago
  Ivan Frade 94a3d8bae9 UploadPack v0: Extract "agent" client capability at parse time 5 years ago
  Markus Keller 8420c729a0 Make PrePushHook properly terminate ref lines 5 years ago
  David Pursehouse e4fdc571c9 RemoteRefUpdate#toString: Fix indentation 5 years ago
  Michael Keppler f2db2a1f65 [releng] Fix boxing warning 5 years ago
  Ned Twigg d056a54384 CheckoutCommand: force flag now allows overwrite 5 years ago
  Matthias Sohn b65e247568 Prepare 5.1.4-SNAPSHOT builds 5 years ago
  Matthias Sohn cf24983b23 JGit v5.1.3.201810200350-r 5 years ago
  Matthias Sohn 9b6d30f2c1 Prepare 4.11.6-SNAPSHOT builds 5 years ago
  Ivan Frade 8d4f8d55d3 UploadPack: Return correct peer user agent on v2 requests 5 years ago
  Matthias Sohn 92aca6195d JGit v4.11.5.201810191925-r 5 years ago
  Matthias Sohn 7ae004509c Prepare 4.9.8-SNAPSHOT builds 5 years ago
  Matthias Sohn 97534056fc JGit v4.9.7.201810191756-r 5 years ago
  Matthias Sohn 97b62cf9dd Update API problem filter 5 years ago
  Ivan Frade 40f5b28545 Accept protocol v2 server options on fetch and ls-refs requests 5 years ago
  Matthias Sohn d6c587faef Prepare 4.7.7-SNAPSHOT builds 5 years ago
  Matthias Sohn b811e4fc51 JGit v4.7.6.201810191618-r 5 years ago
  Matthias Sohn 2674bec32b Update API problem filter 5 years ago
  Ivan Frade 0691c4b94b UploadPack: Use request instead of field for client capabilities 5 years ago
  Ivan Frade 7fde9ab8d2 UploadPack.FirstLine: Revert renaming of getOptions into getCapabilities 5 years ago
  Saša Živkov b6e2800560 ssh: Prefer algorithms of the known host keys 5 years ago
  David Pursehouse 7ebd434e91 Disable Eclipse warning about unrecognized @SuppressWarnings value 5 years ago
  Ivan Frade 13b3881b3e UploadPack: Use request instead of field for clientShallowCommits 5 years ago
  Ivan Frade 9694d89ea1 UploadPack: Use request instead of field for depth 5 years ago
  Ivan Frade 81a752bef7 UploadPack: Use request instead of field for shallowSince 5 years ago
  Ivan Frade 3c974d0251 UploadPack: Use request in computeShallowUnshallow 5 years ago
  Ivan Frade b41d7624b8 Move deepenSince and deepenNotRefs up to FetchRequest 5 years ago
  Ivan Frade 2bedc6e08b UploadPack: Use request instead of field for filterBlobLimt 5 years ago
  Ivan Frade ec838fee0c Mark fetch requests fields as final and @NonNull when possible 5 years ago
  Ivan Frade 1a0b48fecd Create FetchRequest superclass with common elements 5 years ago
  Ivan Frade 8460ab8e87 Rename Fetch V2 request wantsIds and options 5 years ago
  Ivan Frade 7d7b8dec56 Move protocol v0/v1 parsing to its own class and request objects 5 years ago
  Han-Wen Nienhuys 8a5b044a99 InternalPushConnection: don't swallow RuntimeException 5 years ago
  David Pursehouse 2db49bc679 Replace Findbugs with Spotbugs in org.eclipse.jgit/pom.xml 5 years ago
  Ivan Frade e82cb5a6d3 FirstWant: tighten first-want line validation 5 years ago
  Ivan Frade 6aca8899a5 Move first line parsing for v0/v1 pack negotiation out of UploadPack 5 years ago
  David Pursehouse b3adaf7741 PackOutputStream: Suppress Error Prone's ShortCircuitBoolean warning 5 years ago
  Matthias Sohn 36536e3396 Add missing @since tags for ObjectChecker.ErrorType 5 years ago
  Matthias Sohn de8de3bbd4 Revert "Remove unused API problem filters" 5 years ago
  David Pursehouse 37c7fbd661 Remove unused API problem filters 5 years ago
  Jonathan Nieder b0991ca805 Format @NonNull on return value as method annotation 5 years ago
  Jonathan Nieder 608b6b03b1 Format @Nullable on return value as method annotation 5 years ago