1778 Commits (a2951a996f0c2b3966642687dc3aeccbfad114a3)

Author SHA1 Message Date
Matthias Sohn 264c782b77 JGit v4.0.2.201509141540-r 9 years ago
Patrick Steinhardt 9b1deadcb4 URIish: fall back to host as humanish name 9 years ago
Dave Borowitz 45e9e28ad9 PushCertificateStore: Don't add no-op command to batch 9 years ago
Matthias Sohn 548ba66a37 Use NIO2 to implement FileUtils.rename() and expose options 9 years ago
Andrey Loskutov 63bc1d862d Consider original file mode while checking parent ignore rules 9 years ago
Andrey Loskutov a28ae3995f containsGitModulesFile() should not crash on bare repository 9 years ago
Dave Borowitz 94812ef1e9 PushCertificate: Omit null pushee from text representation 9 years ago
Christian Halstrick 1196dd0643 Fix ResolveMerger when files should be replaced by folders 9 years ago
Andrey Loskutov 4e7639bb65 Don't keep empty ignore rules in the ignore node list 9 years ago
Andrey Loskutov dfed946f10 Allow leading/trailing spaces in ignore rules 9 years ago
Andrey Loskutov 08641ea413 Allow leading literal '#' and '!' in ignore rules if they are escaped 9 years ago
Andrey Loskutov 1d295cb7fb Don't trim trailing space if it is escaped with backslash 9 years ago
Andrey Loskutov f19b1f2d07 Consider only escaping backslash for regular expressions in ignore rules 9 years ago
Dave Borowitz 39dc898dca PushCertificate: Add toTextWithSignature() method 9 years ago
Dave Borowitz 74a57f3744 PushCertificateParser: Add fromString method 9 years ago
Dave Borowitz d7377877e0 PushCertificateStore: Return boolean from batch save methods 9 years ago
Dave Borowitz 5706c8e38e Allow saving push certs on a subset of refs 9 years ago
Matthias Sohn 1cd2a0697d Access static member LocalDiskRepositoryTestCase.CONTENT directly 9 years ago
Dave Borowitz f946ed1d97 PushCertificateStore: Add method to save in batch 9 years ago
Dave Borowitz d5a71e9ca3 Store push certificates in refs/meta/push-certs 9 years ago
Yuxuan 'fishy' Wang 217b2a7cc5 Add setTargetBranch in RepoCommand. 9 years ago
Dave Borowitz 8293c770b5 PushCertificateParser: Make pushee optional 9 years ago
Dave Borowitz 618f213da0 PushCertificateParser: Add method for parsing from a stream 9 years ago
Dave Borowitz dac6ae3d17 IO: Add a method for reading lines 9 years ago
Dave Borowitz 469734bf87 BaseReceivePack: Treat all LFs as optional 9 years ago
Dave Borowitz 59b000a672 BaseReceivePack: More validation during parseCommand 9 years ago
Jonathan Nieder 761f070866 Throw InvalidObjectIdException from ObjectId.fromString("tooshort") 9 years ago
Matthias Sohn 176c4b4d5e Prepare 4.0.2-SNAPSHOT builds 10 years ago
Matthias Sohn 90f36e5002 JGit v4.0.1.201506240215-r 10 years ago
Tobias Oberlies d34314644e API to remove repositories from RepositoryCache 10 years ago
Christian Halstrick 6b65adca2d Add a grace period for packfiles during GC 10 years ago
Dave Borowitz ea21f17f29 PackCertificateParser: return null if nothing was received 10 years ago
Dave Borowitz e49e7b4bd4 Add a separate type for the identity in a push certificate 10 years ago
Dave Borowitz b822f9b51d PushCertificateParser: include begin/end lines in signature 10 years ago
Dave Borowitz 8d0cedf2ec Extract a class for signed push configuration 10 years ago
Dave Borowitz ec37daeb7f Add tests for HMACSHA1NonceGenerator 10 years ago
Jonathan Nieder d2ade728a1 Treat CloneCommand.setRemote(null) as setRemote("origin") 10 years ago
Dave Borowitz a85e817dc2 Rewrite push certificate parsing 10 years ago
Dave Borowitz d43703624c Allow trailing newlines in receive-pack 10 years ago
Christian Halstrick 4531259613 Add new submodule layout to SubmoduleAddCommand 10 years ago
Jonathan Nieder a1fd4980df submodule test: Use config.unset instead of setting to null 10 years ago
Yuxuan 'fishy' Wang 9cbe222837 Fix public API issues introduced in I1baeedcc6946. 10 years ago
Jonathan Nieder cd3d952ec6 Revert "Config: Distinguish between empty and null strings" 10 years ago
Yuxuan 'fishy' Wang 53be446f6a Callback in PackWriter & BundleWriter. 10 years ago
Matthias Sohn 2dd4dc149c Prepare 4.0.1-SNAPSHOT builds 10 years ago
Matthias Sohn 4f22185455 JGit v4.0.0.201506090130-r 10 years ago
Jonathan Nieder 48b67012d6 Allow lookup of multiple exact refs in one shot 10 years ago
Jonathan Nieder a04d1ad2f1 Introduce exactRef to read a ref whose exact name is known 10 years ago
Dave Borowitz b9f850a79b Config: Allow ending a file with "=" and no newline 10 years ago
Dave Borowitz 96eb3ee397 Config: Distinguish between empty and null strings 10 years ago