summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Prepare 4.0.2-SNAPSHOT buildsMatthias Sohn2015-06-243-40/+40
* JGit v4.0.1.201506240215-rv4.0.1.201506240215-rMatthias Sohn2015-06-243-4/+4
* Add a grace period for packfiles during GCChristian Halstrick2015-06-221-20/+37
* Prepare 4.0.1-SNAPSHOT buildsMatthias Sohn2015-06-093-40/+40
* JGit v4.0.0.201506090130-rv4.0.0.201506090130-rMatthias Sohn2015-06-093-4/+4
* 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
* 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
| * 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-284-6/+5
|\ \
| * | Fix WindowCursor memory leak.Hugo Arès2015-05-284-6/+5
* | | archive: Drop unnecessary empty comments and 'final' qualifiers on localsJonathan Nieder2015-05-271-5/+5
* | | Close 'out' consistently in ArchiveCommand.callJonathan Nieder2015-05-271-6/+7
|/ /
* | Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptionsChristian Halstrick2015-05-272-4/+12
* | Better report too large pack-files from PushCommandChristian Halstrick2015-05-274-2/+88
* | FS: Extract GobblerThread into a private static classDave Borowitz2015-05-273-33/+59
* | Add bitmap index misses to PackWriter.StatisticsTerry Parker2015-05-262-3/+32
* | Merge "Enable public access to SimilarityIndex scoring function"Shawn Pearce2015-05-261-4/+48
|\ \
| * | Enable public access to SimilarityIndex scoring functionDavid Pletcher2015-05-261-4/+48
* | | Merge "Add getters to RepoProject."Shawn Pearce2015-05-263-27/+102
|\ \ \ | |_|/ |/| |
| * | Add getters to RepoProject.Yuxuan 'fishy' Wang2015-05-263-27/+102
* | | Silence non-externalized string warnings in org.eclipse.jgitMatthias Sohn2015-05-2610-39/+40
* | | Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-2620-108/+314
* | | Don't invalidate pack file on InterruptedIOExceptionSaša Živkov2015-05-261-5/+13
| |/ |/|
* | Guard agains null ReflogReader if named ref does not existAndrey Loskutov2015-05-252-2/+15
* | FS: Allow to manually set the path to the Git system config fileSebastian Schuberth2015-05-252-1/+29
* | FS: Fix a minor typo in runInShell() docsSebastian Schuberth2015-05-251-1/+1
* | FS: Improve javadoc of some recently introduced methodsSebastian Schuberth2015-05-251-2/+4
|/
* Cleanup code and Eclipse compile errors in new gitrepo APIAndrey Loskutov2015-05-243-6/+17
* Merge "Refactor to expose ManifestParser."Shawn Pearce2015-05-223-376/+593
|\
| * Refactor to expose ManifestParser.Yuxuan 'fishy' Wang2015-05-223-376/+593