aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Use NIO2 to implement FileUtils.rename() and expose optionsMatthias Sohn2015-08-171-0/+12
* Consider original file mode while checking parent ignore rulesAndrey Loskutov2015-08-121-0/+50
* containsGitModulesFile() should not crash on bare repositoryAndrey Loskutov2015-08-031-0/+8
* PushCertificate: Omit null pushee from text representationDave Borowitz2015-07-281-0/+1
* Fix ResolveMerger when files should be replaced by foldersChristian Halstrick2015-07-231-0/+74
* Don't keep empty ignore rules in the ignore node listAndrey Loskutov2015-07-211-1/+21
* Allow leading/trailing spaces in ignore rulesAndrey Loskutov2015-07-211-0/+61
* Allow leading literal '#' and '!' in ignore rules if they are escapedAndrey Loskutov2015-07-211-0/+12
* Don't trim trailing space if it is escaped with backslashAndrey Loskutov2015-07-211-0/+6
* Consider only escaping backslash for regular expressions in ignore rulesAndrey Loskutov2015-07-211-0/+10
* PushCertificate: Add toTextWithSignature() methodDave Borowitz2015-07-151-0/+1
* PushCertificateParser: Add fromString methodDave Borowitz2015-07-151-3/+10
* PushCertificateStore: Return boolean from batch save methodsDave Borowitz2015-07-151-1/+5
* Allow saving push certs on a subset of refsDave Borowitz2015-07-151-2/+24
* Access static member LocalDiskRepositoryTestCase.CONTENT directlyMatthias Sohn2015-07-141-6/+7
* PushCertificateStore: Add method to save in batchDave Borowitz2015-07-131-0/+22
* Store push certificates in refs/meta/push-certsDave Borowitz2015-07-101-0/+304
* Add setTargetBranch in RepoCommand.Yuxuan 'fishy' Wang2015-07-101-30/+51
* PushCertificateParser: Make pushee optionalDave Borowitz2015-07-091-0/+20
* PushCertificateParser: Add method for parsing from a streamDave Borowitz2015-07-091-0/+60
* IO: Add a method for reading linesDave Borowitz2015-07-081-0/+116
* BaseReceivePack: Treat all LFs as optionalDave Borowitz2015-07-072-18/+82
* BaseReceivePack: More validation during parseCommandDave Borowitz2015-07-072-15/+37
* Throw InvalidObjectIdException from ObjectId.fromString("tooshort")Jonathan Nieder2015-07-061-0/+17
* Merge branch 'stable-4.0'Matthias Sohn2015-06-241-0/+44
|\
| * Prepare 4.0.2-SNAPSHOT buildsMatthias Sohn2015-06-242-41/+41
| * JGit v4.0.1.201506240215-rv4.0.1.201506240215-rMatthias Sohn2015-06-242-2/+2
| * Add a grace period for packfiles during GCChristian Halstrick2015-06-221-0/+44
| * Prepare 4.0.1-SNAPSHOT buildsMatthias Sohn2015-06-092-41/+41
| * JGit v4.0.0.201506090130-rv4.0.0.201506090130-rMatthias Sohn2015-06-092-2/+2
| * Prepare post 4.0-RC3 buildsMatthias Sohn2015-06-022-2/+2
| * JGit v4.0.0.201506020755-rc3v4.0.0.201506020755-rc3Matthias Sohn2015-06-022-2/+2
* | API to remove repositories from RepositoryCacheTobias Oberlies2015-06-231-0/+28
* | PackCertificateParser: return null if nothing was receivedDave Borowitz2015-06-181-30/+99
* | Add a separate type for the identity in a push certificateDave Borowitz2015-06-181-0/+196
* | PushCertificateParser: include begin/end lines in signatureDave Borowitz2015-06-181-4/+4
* | Extract a class for signed push configurationDave Borowitz2015-06-181-2/+1
* | Add tests for HMACSHA1NonceGeneratorDave Borowitz2015-06-151-0/+131
* | Treat CloneCommand.setRemote(null) as setRemote("origin")Jonathan Nieder2015-06-111-0/+60
* | Merge topic 'push-cert-2'Dave Borowitz2015-06-112-0/+230
|\ \
| * | Rewrite push certificate parsingDave Borowitz2015-06-111-0/+160
| * | Allow trailing newlines in receive-packDave Borowitz2015-06-101-0/+70
* | | Merge "submodule test: Use config.unset instead of setting to null"Christian Halstrick2015-06-111-3/+2
|\ \ \
| * | | submodule test: Use config.unset instead of setting to nullJonathan Nieder2015-06-101-3/+2
| |/ /
* / / Add new submodule layout to SubmoduleAddCommandChristian Halstrick2015-06-111-0/+11
|/ /
* | Fix public API issues introduced in I1baeedcc6946.Yuxuan 'fishy' Wang2015-06-091-2/+0
* | Merge "Revert "Config: Distinguish between empty and null strings""Jonathan Nieder2015-06-091-4/+8
|\ \
| * | Revert "Config: Distinguish between empty and null strings"Jonathan Nieder2015-06-091-4/+8
* | | Callback in PackWriter & BundleWriter.Yuxuan 'fishy' Wang2015-06-091-0/+37
|/ /
* | Allow lookup of multiple exact refs in one shotJonathan Nieder2015-06-051-0/+42