4592 Commits (bb5180469c77ad935f7d3d49d063eb172d57e3ea)

Author SHA1 Message Date
  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
  Jonathan Nieder c58362c174 Avoid using @Nullable to annotate arrays 5 years ago
  Ivan Frade 81b7f0e835 FsckError: Use @Nullable as field annotation (before any modifier) 5 years ago
  Ivan Frade 39b27f7c7b DfsFsck: Check that .gitmodules in the repository have valid contents 5 years ago
  Ivan Frade 7aebb6779c FsckError.CorruptObject: Use @Nullable constructor for errorType 5 years ago
  Ivan Frade 9372791fcf SubmoduleValidator: Always throw SubmoduleValidationException 5 years ago
  David Pursehouse 26e7a74601 SubmoduleValidator: Remove unused import of ConfigConstants 5 years ago
  Jonathan Nieder d3eaf1007b SubmoduleValidator: Permit missing path or url 5 years ago
  Michael Keppler 03ccdb0782 RefAdvertiser: Add Javadoc for usage of send(Collection) 5 years ago
  Jonathan Nieder 51d656586b SubmoduleAddCommand: Remove double-check of submodule name 5 years ago
  Matthias Sohn 1bec897ada Update API warning filter to 5.1.3 5 years ago
  David Pursehouse df8bd762a1 ObjectChecker#getGitsubmodules: Fix malformed javadoc 5 years ago
  Matthias Sohn 2078b23cee Prepare 5.1.3-SNAPSHOT builds 5 years ago
  Matthias Sohn b63870200b JGit v5.1.2.201810061102-r 5 years ago
  Matthias Sohn 620370ab6a Prepare 4.11.5-SNAPSHOT builds 5 years ago
  Matthias Sohn c2a866b109 JGit v4.11.4.201810060650-r 5 years ago
  Matthias Sohn bf7a611dac Prepare 4.9.7-SNAPSHOT builds 5 years ago
  Matthias Sohn 73e6a93ba2 JGit v4.9.6.201810051924-r 5 years ago
  Matthias Sohn 4a68f1a3c7 Prepare 4.7.6-SNAPSHOT builds 5 years ago
  Matthias Sohn 9c90816cd9 JGit v4.7.5.201810051826-r 5 years ago
  Ivan Frade e4c28665b6 BaseReceivePack: Validate incoming .gitmodules files 5 years ago
  Ivan Frade 3ed3eafbd1 ObjectChecker: Report .gitmodules files found in the pack 5 years ago
  Ivan Frade db9f7b028d SubmoduleAddCommand: Reject submodule URIs that look like cli options 5 years ago
  Thomas Wolf 569cf1856c Fix handling of core.eol=native and of crlf attribute 5 years ago
  Matthias Sohn abe43a5841 Silence API warning for method added to interface DepthWalk 5 years ago
  David Pursehouse 731d638f69 LfsFactory#LfsInputStream: Override int read(byte[], int, int) 5 years ago
  Jonathan Nieder 1f4ab45166 MergeFormatterPass: Remove constructor taking charset name as string 5 years ago