2195 Commits (f02844caaefcb7450cde2e3ff64485eb87eef6be)

Author SHA1 Message Date
David Pursehouse f02844caae DirCacheCheckoutTest#testCheckoutHierarchy: Add missing call to fail() 6 years ago
David Pursehouse 00698f9e27 ConfigTest: Fix tests for getting empty config value as int 6 years ago
Jonathan Tan 1bb430dc21 UploadPack: support deepen-since in protocol v2 6 years ago
David Pursehouse b2ee02f53b FileRepositoryBuilderTest: Don't explicitly close BufferedWriter in try-with-resource 6 years ago
David Pursehouse fa61fd6f61 Explicitly specify charset when constructing FileWriter 6 years ago
David Pursehouse 62012d0bdd Explicitly specify charset when constructing BufferedReader 6 years ago
David Pursehouse dbabe5f37a Explicitly specify charset in constructor of InputStreamReader 6 years ago
David Pursehouse 2f1350c9ac Explicitly specify charset when calling getBytes 6 years ago
David Pursehouse a7d3fa3064 Explicitly specify charset in constructor of String 6 years ago
David Pursehouse ee40efcea4 Make inner classes static where possible 6 years ago
David Pursehouse 6690a3d191 T0003_BasicTest: Fix incorrect usage of ExpectedException 6 years ago
David Pursehouse 0717639485 ProtocolV2ParserTest: Fix incorrect usage of ExpectedException 6 years ago
Minh Thai a51e686e47 Query references by multiple prefixes 6 years ago
Michael Keppler 751abf4a50 Fix Mylyn commit message template 6 years ago
Marc Strapetz cbc65bd659 Config.set-methods should not touch lines from included files 6 years ago
Marc Strapetz f5614d471d Don't inline included configs on FileBasedConfig.save() 6 years ago
Matthias Sohn 48e21dc10b Prepare 5.1.2-SNAPSHOT builds 6 years ago
Matthias Sohn b06d2e6a31 JGit v5.1.1.201809181055-r 6 years ago
Matthias Sohn 35255a2a29 Prepare 4.11.4-SNAPSHOT builds 6 years ago
Matthias Sohn 47ad1f6c8a JGit v4.11.3.201809181037-r 6 years ago
Matthias Sohn 430ff2187c Prepare 4.9.6-SNAPSHOT builds 6 years ago
Matthias Sohn 0bd9cb62cc JGit v4.9.5.201809180939-r 6 years ago
Matthias Sohn 0de8e1e65c Prepare 4.7.5-SNAPSHOT builds 6 years ago
Matthias Sohn 6d4864ff15 JGit v4.7.4.201809180905-r 6 years ago
Thomas Wolf 50deacdd57 Set TagOpt.AUTO_FOLLOW when not cloning all branches 6 years ago
Thomas Wolf 54a502f6c6 Fix fetch refspecs when not cloning all branches 6 years ago
Ivan Frade cb4de02e5e Move ls-refs parsing code to the ProtocolV2Parser 6 years ago
Matthias Sohn a44d95c814 Prepare 5.1.1-SNAPSHOT builds 6 years ago
Matthias Sohn 47956bcc68 JGit v5.1.0.201809111528-r 6 years ago
Matthias Sohn 34618a4f86 Prepare 4.11.3-SNAPSHOT builds 6 years ago
Matthias Sohn ae21714768 JGit v4.11.2.201809100523-r 6 years ago
Matthias Sohn 0b11e31a4c Prepare 5.0.4-SNAPSHOT builds 6 years ago
Matthias Sohn faf1ae230e JGit v5.0.3.201809091024-r 6 years ago
Matthias Sohn de0a687948 Prepare 4.9.5-SNAPSHOT builds 6 years ago
Matthias Sohn 6657f93adb JGit v4.9.4.201809090327-r 6 years ago
Matthias Sohn 6fe4505b2a Prepare 4.7.4-SNAPSHOT builds 6 years ago
Matthias Sohn 9796e86165 JGit v4.7.3.201809090215-r 6 years ago
Matthias Sohn 6bec391d36 Use constant for ".lock" 6 years ago
Matthias Sohn 2fae326aa9 Prepare 5.2.0-SNAPSHOT builds 6 years ago
René Scheibe d80a01e6a0 Extend ResetCommandTest 6 years ago
Matthias Sohn 4c8a4eb8fd Prepare 5.1.0-SNAPSHOT builds 6 years ago
Matthias Sohn e4281f1d5f JGit v5.1.0.201809051400-rc1 6 years ago
David Pursehouse 2173f44158 UploadPackTest: Avoid unnecessarily boxing int into Integer 6 years ago
David Turner 559c68cb01 Parse signature of GPG-signed commits 6 years ago
David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 6 years ago
René Scheibe 685f8c8dbe Simplify file creation in ResetCommandTest 6 years ago
David Pursehouse a3cb474c94 Specify charset when constructing InputStreamReader 6 years ago
Minh Thai c398fb2b6b Replace useminimalnegotation flag with maxhaves flag 6 years ago
Ivan Frade a8c38bc767 Extract protocol v2 fetch request parsing to its own class 6 years ago
Ivan Frade e665e3fcd4 UploadPack: avoid conflating shallow commit lists in protocol v2 6 years ago