aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Rewrite push certificate parsingDave Borowitz2015-06-115-96/+302
* Allow trailing newlines in receive-packDave Borowitz2015-06-101-10/+27
* Merge changes I38e1798e,Id1fe1c20,I945ba188,I2c6be9cbJonathan Nieder2015-06-109-5/+106
|\
| * Allow setting detail message and cause when constructing most exceptionsJonathan Nieder2015-06-027-0/+96
| * Clarify description of ServiceNotAuthorizedExceptionJonathan Nieder2015-06-023-5/+10
* | 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
* | | | Remove no longer used API warning filter for FileUtilMatthias Sohn2015-06-101-10/+0
* | | | 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
* | Introduce exactRef to read a ref whose exact name is knownJonathan Nieder2015-06-051-0/+34
* | Merge "Restore checkObjectCollisions flag"Shawn Pearce2015-06-041-11/+50
|\ \
| * | Restore checkObjectCollisions flagDavid Pletcher2015-06-041-11/+50
* | | Config: Allow ending a file with "=" and no newlineDave Borowitz2015-06-041-2/+0
* | | Config: Distinguish between empty and null stringsDave Borowitz2015-06-041-1/+1
|/ /
* | Merge branch 'stable-4.0'Jonathan Nieder2015-06-037-175/+1
|\ \
| * | Revert "Fix unchecked conversion warning in MergeFormatter"Shawn Pearce2015-06-031-1/+1
| * | Delete deprecated TemporaryBuffer.LocalFile constructorsMatthias Sohn2015-06-031-23/+0
| * | Delete deprecated FileUtils.setExecute(File, boolean)Matthias Sohn2015-06-031-14/+0
| * | Delete deprecated WorkingTreeIterator.isModified(DirCacheEntry, boolean)Matthias Sohn2015-06-031-27/+0
| * | Delete deprecated UploadPackMayNotContinueExceptionMatthias Sohn2015-06-031-68/+0
| * | Delete deprecated TransferConfig.isFsckObjects()Matthias Sohn2015-06-031-9/+0
| * | Delete deprecated Merger.getBaseCommit()Matthias Sohn2015-06-031-33/+0
| * | Prepare post 4.0-RC3 buildsMatthias Sohn2015-06-023-4/+4
| * | JGit v4.0.0.201506020755-rc3v4.0.0.201506020755-rc3Matthias Sohn2015-06-023-4/+4
* | | Update PackWriter.Statistics.getBitmapIndexMises()Terry Parker2015-06-021-0/+2
| |/ |/|
* | Prepare 4.1.0-SNAPSHOT buildsMatthias Sohn2015-06-033-40/+40
|/
* Fix CommitCommand.setOnly()Christian Halstrick2015-06-011-1/+1
* Improve exception thrown when pull can't find advertised refMatthias Sohn2015-05-293-6/+64
* Silence unchecked conversion warning in TransportSftpMatthias Sohn2015-05-291-0/+1
* Silence deprecation warning in WindowCacheConfigMatthias Sohn2015-05-291-0/+1
* Silence deprecation warning in DirCacheCheckoutMatthias Sohn2015-05-291-0/+1
* Fix hidden field warnings in bundle org.eclipse.jgitMatthias Sohn2015-05-292-10/+9
* Fix unchecked conversion warning in MergeFormatterMatthias Sohn2015-05-291-1/+1
* Close WindowCursor using try-with-resources in UnpackedObjectHugo Arès2015-05-281-4/+1
* Merge changes I7b6d7be4,I63a74651,I39c2ea6bShawn Pearce2015-05-284-3/+8
|\
| * Silence unused object warning in MyersDiffMatthias Sohn2015-05-261-0/+1
| * Silence resource leak warnings where caller is responsible to closeMatthias Sohn2015-05-262-2/+5