summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit v4.0.2.201509141540-rv4.0.2.201509141540-rMatthias Sohn2015-09-1446-49/+49
* Update build to final R20150821153341 Orbit repository for Mars.1Matthias Sohn2015-09-044-44/+5
* Update org.apache.httpcomponentsMatthias Sohn2015-09-046-23/+23
* Update com.jcraft.jsch to 0.1.53Matthias Sohn2015-08-195-7/+46
* Prepare 4.0.2-SNAPSHOT buildsMatthias Sohn2015-06-2446-248/+248
* JGit v4.0.1.201506240215-rv4.0.1.201506240215-rMatthias Sohn2015-06-2446-49/+49
* Add a grace period for packfiles during GCChristian Halstrick2015-06-222-20/+81
* Prepare 4.0.1-SNAPSHOT buildsMatthias Sohn2015-06-0946-248/+248
* JGit v4.0.0.201506090130-rv4.0.0.201506090130-rMatthias Sohn2015-06-0946-49/+49
* Update build to use Tycho 0.23Matthias Sohn2015-06-082-2/+2
* 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 TextBuiltin.outMatthias Sohn2015-06-031-10/+0
* Delete deprecated Merger.getBaseCommit()Matthias Sohn2015-06-031-33/+0
* Prepare post 4.0-RC3 buildsMatthias Sohn2015-06-0246-49/+49
* JGit v4.0.0.201506020755-rc3v4.0.0.201506020755-rc3Matthias Sohn2015-06-0246-49/+49
* Merge branch 'master' into stable-4.0Matthias Sohn2015-06-0251-212/+1099
|\
| * Add more reports to maven siteMatthias Sohn2015-06-011-0/+42
| * Update project meta-data in pom.xml used for site generationMatthias Sohn2015-06-011-4/+21
| * Update dependencies to the versions used in target platformMatthias Sohn2015-06-012-4/+4
| * Update 4.5 target platform to use final Mars Orbit repositoryMatthias Sohn2015-06-013-5/+5
| * Compare API changes in clirr report against 3.7.0Matthias Sohn2015-06-011-1/+1
| * Fix CommitCommand.setOnly()Christian Halstrick2015-06-012-1/+12
| * Merge changes Ib7d18bb2,I3dc8e0b4,I923b65ef,I9e021ba2,I4e79cefeShawn Pearce2015-05-318-16/+76
| |\
| | * 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
| * | Add "src" folder to source folders of org.eclipse.jgit.testMatthias Sohn2015-05-291-0/+1
| |/
| * 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
| | * Fix potential null pointer access in IndexDiffFilterMatthias Sohn2015-05-261-1/+2
| * | Merge "Silence false potential null pointer access warnings"Shawn Pearce2015-05-281-0/+2
| |\|
| | * Silence false potential null pointer access warningsMatthias Sohn2015-05-261-0/+2
| * | Merge "Fix WindowCursor memory leak."Shawn Pearce2015-05-286-8/+7
| |\ \
| | * | Fix WindowCursor memory leak.Hugo Arès2015-05-286-8/+7
| * | | 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
| * | | | archive: Drop unnecessary empty comments and 'final' qualifiers on localsJonathan Nieder2015-05-272-80/+80
| * | | | Close 'out' consistently in ArchiveCommand.callJonathan Nieder2015-05-271-6/+7
| | |/ / | |/| |
| * | | Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptionsChristian Halstrick2015-05-273-4/+307