4186 Commits (e406d500de01b9ae7155e296baebf3ec8024869d)

Author SHA1 Message Date
  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
  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
  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
  David Pursehouse df8bd762a1 ObjectChecker#getGitsubmodules: Fix malformed javadoc 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
  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
  David Pursehouse a5c0a8dfa5 ConfigConstants: Add constants for i18n.logOutputEncoding 5 years ago
  David Pursehouse 74789e7786 SidebandInputStream: Specify charset when calling String.getBytes() 5 years ago
  David Pursehouse b65a310abc MergeFormatter{Pass}: Use Charset instead of String 5 years ago
  David Pursehouse fbf6ce65ba Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago
  Jonathan Tan 1bb430dc21 UploadPack: support deepen-since in protocol v2 5 years ago
  Jonathan Tan 953cf2c9da DepthGenerator: remove redundant depth check 5 years ago
  David Pursehouse 62012d0bdd Explicitly specify charset when constructing BufferedReader 5 years ago
  David Pursehouse dbabe5f37a Explicitly specify charset in constructor of InputStreamReader 5 years ago
  David Pursehouse ee40efcea4 Make inner classes static where possible 5 years ago
  Matthias Sohn 6a2be5c12c Fix @since tag on RefDatabase#getRefsByPrefix 5 years ago
  Minh Thai c0f89747b6 Using getRefsByPrefix with multiple prefixes 5 years ago
  Minh Thai a51e686e47 Query references by multiple prefixes 5 years ago
  Marc Strapetz cbc65bd659 Config.set-methods should not touch lines from included files 5 years ago
  Marc Strapetz f5614d471d Don't inline included configs on FileBasedConfig.save() 5 years ago
  Marc Strapetz 31abb329b4 ConfigLine.includedFrom stores source, if it was read from included file 5 years ago
  Matthias Sohn e6e9073fc7 Fix IOException when LockToken#close fails 5 years ago
  Thomas Wolf 50deacdd57 Set TagOpt.AUTO_FOLLOW when not cloning all branches 5 years ago
  Thomas Wolf 54a502f6c6 Fix fetch refspecs when not cloning all branches 9 years ago
  Ivan Frade cb4de02e5e Move ls-refs parsing code to the ProtocolV2Parser 5 years ago
  Ivan Frade 2d26ddfb64 Untangle UploadPack.processShallow 5 years ago
  Ivan Frade 093fa8ef52 UploadPack.fetchV2: Make shallow commits list non-nullable 5 years ago