Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-25EGit v4.4.0.201605250940-rc1v4.4.0.201605250940-rc1Matthias Sohn2-2/+2
2016-05-22Replace uses of deprecated Repository.getRef()Thomas Wolf2-14/+11
2016-05-09Handle linked resources in the same repositoryThomas Wolf1-2/+39
2016-05-03Prepare Neon target platformMatthias Sohn2-0/+25
2016-04-08Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2-12/+12
2016-04-08Prepare 4.3.1-SNAPSHOT buildsMatthias Sohn2-12/+12
2016-04-07EGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn2-2/+2
2016-04-07EGit v4.3.0.201604071045-rMatthias Sohn2-2/+2
2016-03-25Distinguish unchanged/deleted files in logical modelsLaurent Delaigue2-1/+167
2016-03-01Fix bug in RepositoryMappingTestThomas Wolf1-6/+6
2016-02-23Make RepositoryMapping use java.nio.file.PathThomas Wolf1-0/+46
2016-02-21Test stability investigation: GitSubscriberMergeContextTestThomas Wolf2-0/+52
2016-02-19Handle relative paths in RepositoryMapping creatorThomas Wolf1-0/+11
2016-01-23[test log] Unify pom.xml for tests and configure JVMThomas Wolf1-4/+0
2016-01-21Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn2-12/+12
2016-01-07[test stability] Make sure we don't miss index diff eventsAndrey Loskutov7-39/+62
2016-01-07[test stability] trying to stabilize recently failed unstable testsAndrey Loskutov1-2/+9
2016-01-07TestUtils.waitForJobs() arguments from core should match those from uiAndrey Loskutov2-4/+5
2015-12-23[performance] Remove ContainerTreeIterator and AdaptableFileTreeIteratorAndrey Loskutov4-345/+5
2015-12-13Revert "Temporarily disabled failing submodule tests"Christian Halstrick1-5/+1
2015-11-29Temporarily disabled failing submodule testsAndrey Loskutov1-1/+5
2015-10-10[nested projects] Allow EGit request inner most projects in some casesAndrey Loskutov1-10/+42
2015-09-28Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2-12/+12
2015-09-28Prepare 4.1.1-SNAPSHOT buildsMatthias Sohn2-12/+12
2015-09-28EGit v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn2-2/+2
2015-09-26GitURI should not try to parse "path" part if it is missing in the URIAndrey Loskutov1-0/+8
2015-09-21Use save action to add missing @Override annotations on saveMatthias Sohn1-3/+9
2015-09-17Add missing @Override annotations to all EGit bundlesLars Vogel43-0/+77
2015-09-16Configure version of tycho-surefire-plugin in parent pom.xmlMatthias Sohn1-1/+0
2015-09-13Don't use IPath.equals() since it is broken on WindowsAndrey Loskutov1-0/+40
2015-08-30Introduce a mergeStrategy extension point.Laurent Delaigue5-0/+276
2015-08-14Use default repository location for all import wizardsAndrey Loskutov1-17/+72
2015-07-08Do not automatically ignore paths not found by the treewalkAndrey Loskutov1-15/+107
2015-07-07Test stability: another attempt to have stable connect() behaviorAndrey Loskutov1-2/+8
2015-06-23[findBugs] Don't rely on default encodingMatthias Sohn2-2/+2
2015-06-03Prepare 4.1.0-SNAPSHOT buildsMatthias Sohn2-12/+12
2015-05-21Use try-with-resource to avoid leaks with RevWalk and TreeWalkMatthias Sohn11-305/+343
2015-05-21Replace calls to release() methods with try-with-resourceMatthias Sohn2-8/+2
2015-05-04Introduce internal API to integrate Team merging.Laurent Delaigue5-0/+1051
2015-04-18Fix unnecessary cast errors from generified IAdaptable#getAdapter(..)Andrey Loskutov1-3/+2
2015-03-31Optimizations for GitResourceDeltaVisitor visit()Andrey Loskutov4-23/+54
2015-03-30Don't let timestamps depend on the timer resolutionAndrey Loskutov1-7/+9
2015-03-25Provide access to the absolute path of the git storages.Laurent Delaigue1-7/+8
2015-03-23Adapt to org.eclipse.jgit.java7 being merged into org.eclipse.jgitMatthias Sohn2-10/+0
2015-03-14Extract convenience methods in a separate class from the testsLaurent Delaigue9-288/+438
2015-03-03Fix behavior of EGit when repo is a symlinkGunnar Wagenknecht1-10/+2
2015-03-02Replace use of deprecated TreeWalk.release()Matthias Sohn1-9/+3
2015-03-01[findBugs] Ensure that FileOutputStream is closedMatthias Sohn1-4/+8
2015-02-28[findBugs] Don't rely on default encodingMatthias Sohn2-5/+5
2015-02-18Merge "Consider different users and repo suffixes in project importer"Christian Halstrick1-0/+117

Back to the top