aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* JGit v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn2015-09-282-2/+2
* [ignore rules] fix for backslash handlingAndrey Loskutov2015-09-261-8/+32
* [ignore rules] Fix for character group matcherAndrey Loskutov2015-09-261-0/+1
* Merge "Show submodule difference as a hunk"Matthias Sohn2015-09-251-3/+2
|\
| * Show submodule difference as a hunkJacob Keller2015-09-241-3/+2
* | Properly support special regex characters in ignore rulesAndrey Loskutov2015-09-241-0/+78
* | Remove unneeded @SuppressWarnings("boxing")Hugo Arès2015-09-231-5/+3
|/
* Fix endless loop in ObjectChecker for MacOSChristian Halstrick2015-09-171-0/+11
* Fix integer boxing eclipse warningHugo Arès2015-09-171-1/+1
* URIish: fall back to host as humanish namePatrick Steinhardt2015-09-101-0/+58
* PushCertificateStore: Don't add no-op command to batchDave Borowitz2015-09-021-0/+28
* 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