aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid double-colon in InvalidObjectIdException descriptionJonathan Nieder2015-07-062-8/+10
* Merge branch 'stable-4.0'Matthias Sohn2015-06-241-20/+37
|\
| * Add a grace period for packfiles during GCChristian Halstrick2015-06-221-20/+37
* | API to remove repositories from RepositoryCacheTobias Oberlies2015-06-231-0/+28
* | SignedPushConfig: Allow setting a custom nonce generator implDave Borowitz2015-06-182-8/+44
* | PackCertificateParser: return null if nothing was receivedDave Borowitz2015-06-182-2/+6
* | Include push certificates in RefUpdateDave Borowitz2015-06-183-0/+62
* | Remove redundant @since tags in new signed push classesDave Borowitz2015-06-182-34/+6
* | Add a separate type for the identity in a push certificateDave Borowitz2015-06-185-47/+374
* | PushCertificateParser: include begin/end lines in signatureDave Borowitz2015-06-182-3/+8
* | PushCertificateParser: throw PackProtocolException in more casesDave Borowitz2015-06-181-7/+9
* | Extract a class for signed push configurationDave Borowitz2015-06-183-18/+165
* | BaseReceivePack: fix reading cert lines in command loopDave Borowitz2015-06-181-4/+8
* | Silence API warnings introduced by a85e817dMatthias Sohn2015-06-171-2/+5
* | Update comments about PackStatisticsTerry Parker2015-06-162-4/+14
* | Add the set of shallow commits to PackStatisticsTerry Parker2015-06-153-0/+24
* | Add tests for HMACSHA1NonceGeneratorDave Borowitz2015-06-152-11/+20
* | Merge "Introduce PostUploadHook to replace UploadPackLogger"Shawn Pearce2015-06-1210-114/+766
|\ \
| * | Introduce PostUploadHook to replace UploadPackLoggerTerry Parker2015-06-1210-114/+766
* | | Treat CloneCommand.setBranch(null) as setBranch("HEAD")Jonathan Nieder2015-06-111-0/+6
* | | Treat CloneCommand.setRemote(null) as setRemote("origin")Jonathan Nieder2015-06-111-1/+5
* | | Document CloneCommand.setURI(null)Jonathan Nieder2015-06-111-1/+2
* | | Handle null in ProgressMonitor settersJonathan Nieder2015-06-116-1/+19
* | | Document CloneCommand.setDirectory(null) and setGitDir(null) more clearlyJonathan Nieder2015-06-111-2/+4
* | | Require all projects to have a nameJonathan Nieder2015-06-112-0/+6
* | | Merge topic 'push-cert-2'Dave Borowitz2015-06-114-101/+321
|\ \ \ | |/ / |/| |
| * | Rewrite push certificate parsingDave Borowitz2015-06-114-95/+298
| * | Allow trailing newlines in receive-packDave Borowitz2015-06-101-10/+27
* | | Merge "Add new submodule layout to SubmoduleAddCommand"Christian Halstrick2015-06-111-0/+2
|\ \ \
| * | | Add new submodule layout to SubmoduleAddCommandChristian Halstrick2015-06-111-0/+2
| |/ /
* / / Tweak exception Javadoc to be eclipse-cleanJonathan Nieder2015-06-102-1/+3
|/ /
* | Merge changes I38e1798e,Id1fe1c20,I945ba188,I2c6be9cbJonathan Nieder2015-06-108-4/+105
|\ \
| * | Allow setting detail message and cause when constructing most exceptionsJonathan Nieder2015-06-027-0/+96
| * | Clarify description of ServiceNotAuthorizedExceptionJonathan Nieder2015-06-022-4/+9
* | | Merge "UploadPack: Use reachable-sha1-in-want configuration"Shawn Pearce2015-06-094-2/+38
|\ \ \
| * | | UploadPack: Use reachable-sha1-in-want configurationFredrik Medley2015-06-094-2/+38
* | | | Add missing imports for javadoc to ObjectCountCallbackJonathan Nieder2015-06-091-0/+3
* | | | Merge "Fix public API issues introduced in I1baeedcc6946."Jonathan Nieder2015-06-094-30/+76
|\ \ \ \
| * | | | Fix public API issues introduced in I1baeedcc6946.Yuxuan 'fishy' Wang2015-06-094-30/+76
* | | | | Document empty catch block to silence warningMatthias Sohn2015-06-091-0/+1
|/ / / /
* | | | Merge "Fix imports in BundleWriter"Jonathan Nieder2015-06-091-1/+1
|\ \ \ \
| * | | | Fix imports in BundleWriterMatthias Sohn2015-06-091-1/+1
* | | | | Merge "Add missing javadoc @param for new method setObjectCountCallback()"Jonathan Nieder2015-06-092-0/+6
|\| | | |
| * | | | Add missing javadoc @param for new method setObjectCountCallback()Matthias Sohn2015-06-102-0/+6
* | | | | Merge "Revert "Config: Distinguish between empty and null strings""Jonathan Nieder2015-06-091-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Revert "Config: Distinguish between empty and null strings"Jonathan Nieder2015-06-091-1/+1
* | | | | Fix a javadoc typo in RepoProject.Yuxuan 'fishy' Wang2015-06-091-1/+1
* | | | | Callback in PackWriter & BundleWriter.Yuxuan 'fishy' Wang2015-06-093-0/+155
|/ / / /
* / / / Add missing # to javadoc commentJonathan Nieder2015-06-081-1/+1
|/ / /
* | | Allow lookup of multiple exact refs in one shotJonathan Nieder2015-06-051-0/+50