Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-02Prepare post 4.0-RC3 buildsMatthias Sohn2-2/+2
2015-06-02EGit v4.0.0.201506020755-rc3v4.0.0.201506020755-rc3Matthias Sohn2-2/+2
2015-05-26Prepare post 4.0.0-rc2 buildsMatthias Sohn2-2/+2
2015-05-26EGit v4.0.0.201505260635-rc2v4.0.0.201505260635-rc2Matthias Sohn2-2/+2
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
2015-02-11Consider different users and repo suffixes in project importerChristian Georgi1-0/+117
2015-02-10Set minimum required Java version to Java 7Matthias Sohn3-5/+5
2015-02-04Merge branch 'stable-3.7'Matthias Sohn2-0/+346
2015-02-04Prepare post 3.7.0.201502031740-rc1 buildsMatthias Sohn2-2/+2
2015-02-03EGit v3.7.0.201502031740-rc1v3.7.0.201502031740-rc1Matthias Sohn2-2/+2
2015-02-01Scalability: don't run incremental update if there are too many changesAndrey Loskutov2-0/+346
2015-01-26Prepare 4.0.0-SNAPSHOT buildsMatthias Sohn2-12/+12
2015-01-04Merge branch 'stable-3.6'Matthias Sohn2-2/+162
2015-01-04Prepare 3.6.2-SNAPSHOT buildsMatthias Sohn2-12/+12
2015-01-03EGit v3.6.1.201501031845-rv3.6.1.201501031845-rMatthias Sohn2-2/+2
2015-01-02Prevent exception propagation when auto-staging moves or deletionsLaurent Goubet1-0/+64
2014-12-30Don't let ignored resources cause index update jobs.Markus Duft1-2/+98
2014-12-24Prepare 3.7.0-SNAPSHOT buildsMatthias Sohn2-12/+12
2014-12-23Prepare 3.6.1-SNAPSHOT buildsMatthias Sohn2-12/+12
2014-12-23EGit v3.6.0.201412230720-rv3.6.0.201412230720-rMatthias Sohn2-2/+2
2014-12-12Support checking out stage with DiscardChangesOperationRobin Stocker1-0/+43
2014-12-12Make DiscardChangesOperation work for non-resourcesRobin Stocker1-0/+14
2014-12-12Add ProjectUtil.refreshRepositoryResourcesRobin Stocker1-0/+46
2014-11-29Dispose RevWalk in TagOperationTestChristian Halstrick2-15/+20
2014-11-23Fix missing trailing newline with "Create Patch"Robin Stocker1-35/+48
2014-11-12Prepare post 3.6.0-m1 buildsMatthias Sohn2-2/+2
2014-11-12EGit v3.6.0.201411121045-m1v3.6.0.201411121045-m1Matthias Sohn2-2/+2
2014-10-11Merge "Adding tests merging file deletions through team"Robin Stocker1-2/+79
2014-10-11Merge "New tests for merging through Team (GitSubscriberMergeContext)."Robin Stocker1-15/+477
2014-10-09Adding tests merging file deletions through teamLaurent Goubet1-2/+79
2014-10-09New tests for merging through Team (GitSubscriberMergeContext).Laurent Goubet1-15/+477
2014-10-08Fix ContainerTreeIterator to return on-disk size of a folderChristian Halstrick1-0/+117
2014-09-04Prepare 3.6.0-SNAPSHOT buildsMatthias Sohn2-12/+12
2014-08-02Enable Create Patch for first commit in the history viewRobin Rosenberg1-1/+7
2014-07-18Close second git repository before teardownAndrey Loskutov1-0/+1
2014-06-15fix "allocated object is not used" warnings in egit.core.testTomasz Zarna2-0/+3
2014-06-04Prepare 3.5.0-SNAPSHOT buildsRobin Rosenberg2-12/+12

Back to the top