aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Introduce exactRef to read a ref whose exact name is knownJonathan Nieder2015-06-052-0/+67
* | Config: Allow ending a file with "=" and no newlineDave Borowitz2015-06-041-0/+9
* | Config: Distinguish between empty and null stringsDave Borowitz2015-06-041-22/+49
* | Prepare 4.1.0-SNAPSHOT buildsMatthias Sohn2015-06-032-41/+41
|/
* Fix CommitCommand.setOnly()Christian Halstrick2015-06-011-0/+11
* Add "src" folder to source folders of org.eclipse.jgit.testMatthias Sohn2015-05-291-0/+1
* Merge "Fix WindowCursor memory leak."Shawn Pearce2015-05-282-2/+2
|\
| * Fix WindowCursor memory leak.Hugo Arès2015-05-282-2/+2
* | Merge changes I144a53fe,I2b268e6aShawn Pearce2015-05-285-3/+192
|\ \ | |/ |/|
| * Add tests for ObjectFilterJonathan Nieder2015-05-211-0/+186
| * Expose Sets helper to tests outside org.eclipse.jgit.apiJonathan Nieder2015-05-214-3/+6
* | Add getters to RepoProject.Yuxuan 'fishy' Wang2015-05-261-6/+6
* | Cleanup code and Eclipse compile errors in new gitrepo APIAndrey Loskutov2015-05-241-2/+0
* | Merge "Refactor to expose ManifestParser."Shawn Pearce2015-05-222-0/+114
|\ \
| * | Refactor to expose ManifestParser.Yuxuan 'fishy' Wang2015-05-222-0/+114
| |/
* / Split discoverGitPrefix() code out into discoverGitExe()Sebastian Schuberth2015-05-212-4/+4
|/
* Replace deprecated release() methods by close()Matthias Sohn2015-05-2130-385/+313
* Fix memory leak in dfs.DeltaBaseCaseShawn Pearce2015-05-111-0/+152