6529 Commits (db627c417779691d7fe5fa925ea63f53babbae01)
 

Author SHA1 Message Date
  David Pursehouse df8bd762a1 ObjectChecker#getGitsubmodules: Fix malformed javadoc 5 years ago
  Matthias Sohn 1133faff8c Merge branch 'stable-5.1' 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 dff99a272a Merge branch 'stable-5.0' into stable-5.1 5 years ago
  Matthias Sohn 23ebbe5662 Merge branch 'stable-4.11' into stable-5.0 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 816bcd259e Merge branch 'stable-4.10' into stable-4.11 5 years ago
  Matthias Sohn f07e48cc10 Fix configuration of maven-javadoc-plugin 5 years ago
  Matthias Sohn f016e32471 Merge branch 'stable-4.10' into stable-4.11 5 years ago
  Matthias Sohn c0a973657f Merge branch 'stable-4.9' into stable-4.10 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 7d94b446fe Merge branch 'stable-4.8' into stable-4.9 5 years ago
  Matthias Sohn a8bd7dcc58 Merge branch 'stable-4.7' into stable-4.8 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
  Matthias Sohn 9dbb18291f Revert "Configure WindowCache settings to use in JGit CLI" 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
  Jonathan Nieder c33e392f9b pgm: Add missing dependency on commons-logging 5 years ago
  David Pursehouse 65d6bb073a Override int read(byte[], int, int) on test instances of InputStream 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 7d19b18c7d TextBuiltin#init: Factor out a method to get the log output encoding 5 years ago
  David Pursehouse a5c0a8dfa5 ConfigConstants: Add constants for i18n.logOutputEncoding 5 years ago
  David Pursehouse d54fc955be Bazel: Increase severity of DefaultCharset to ERROR 5 years ago
  David Pursehouse a97e79d95d Explicitly specify charset when constructing PrintWriter 5 years ago
  David Pursehouse 4316e1c3a9 TextBuiltin: Default to UTF-8 when i18n.logOutputEncoding is not set 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
  David Pursehouse f5d7f93b52 Bazel: Increase severity of MissingFail to ERROR 5 years ago
  David Pursehouse 981e403e59 TestProtocolTest: Add missing calls to fail() 5 years ago
  David Pursehouse 0b292b9085 BlockListTest: Add missing calls to fail() 5 years ago
  David Pursehouse 302717c30b DirCacheBuilderTest#testBuildRejectsUnsetFileMode: Add missing fail() 5 years ago
  David Pursehouse f02844caae DirCacheCheckoutTest#testCheckoutHierarchy: Add missing call to fail() 5 years ago
  David Pursehouse 00698f9e27 ConfigTest: Fix tests for getting empty config value as int 5 years ago
  David Pursehouse 873b0b7754 FileResolverTest#testNotAGitRepository: Fail when exception is not thrown 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 b2ee02f53b FileRepositoryBuilderTest: Don't explicitly close BufferedWriter in try-with-resource 5 years ago
  David Pursehouse fa61fd6f61 Explicitly specify charset when constructing FileWriter 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 2f1350c9ac Explicitly specify charset when calling getBytes 5 years ago