Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-05-05EGit v4.0.0.201505050340-m2v4.0.0.201505050340-m2Matthias Sohn2-2/+2
2015-05-04Introduce internal API to integrate Team merging.Laurent Delaigue14-1/+1182
2015-04-27Fix StringIndexOutOfBoundsException in ConfigureGerritAfterCloneTaskMatthias Sohn1-1/+2
2015-03-31Optimizations for GitResourceDeltaVisitor visit()Andrey Loskutov1-36/+65
2015-03-29Avoid TeamException when looking up RepositoryProviderAndrey Loskutov3-17/+32
2015-03-26Fix ConfigureGerrit Task to respect http.sslVerify config parameterChristian Halstrick2-2/+91
2015-03-25Provide access to the absolute path of the git storages.Laurent Delaigue4-22/+73
2015-03-25Fix ResourceUtil performance on big repositories/workspacesAndrey Loskutov1-10/+41
2015-03-03Fix behavior of EGit when repo is a symlinkGunnar Wagenknecht4-46/+16
2015-03-02Replace deprecated RevWalk.close()Matthias Sohn4-20/+5
2015-03-02Replace use of deprecated TreeWalk.release()Matthias Sohn6-53/+41
2015-02-27Fix unnecessary cast errors from generified IAdaptable#getAdapter(..)Dani Megert4-8/+31
2015-02-27Merge branch 'stable-3.7'Matthias Sohn4-0/+350
2015-02-27Prepare 3.7.1-SNAPSHOT buildsMatthias Sohn2-35/+35
2015-02-26EGit v3.7.0.201502260915-rv3.7.0.201502260915-rMatthias Sohn2-2/+2
2015-02-26Auto-configure Gerrit configuration if repository is cloned from GerritMatthias Sohn4-0/+350
2015-02-26Fix compile/deprecation warning.Gunnar Wagenknecht1-2/+2
2015-02-18Merge "Consider different users and repo suffixes in project importer"Christian Halstrick1-3/+4
2015-02-11Consider different users and repo suffixes in project importerChristian Georgi1-3/+4
2015-02-10Set minimum required Java version to Java 7Matthias Sohn3-5/+5
2015-02-04Merge branch 'stable-3.7'Matthias Sohn7-42/+202
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-02[stagingview] "Refresh" operation should indicate that view is "busy"Andrey Loskutov1-6/+7
2015-02-02Let staging view use submodule reposChristian Halstrick3-0/+54
2015-02-02Jobs should not unnecessarily lock the workspaceMatthias Sohn2-2/+4
2015-02-01Scalability: don't run incremental update if there are too many changesAndrey Loskutov3-34/+137
2015-01-26Prepare 4.0.0-SNAPSHOT buildsMatthias Sohn2-34/+34
2015-01-17Add utility method for creating warning status and logging itMatthias Sohn1-2/+26
2015-01-16Consider URLs w/ and w/o .git when importing project setsChristian Georgi1-5/+19
2015-01-04Merge branch 'stable-3.6'Matthias Sohn8-13/+116
2015-01-04Prepare 3.6.2-SNAPSHOT buildsMatthias Sohn2-34/+34
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 Goubet4-1/+29
2014-12-31Always check return value of asFile()Andrey Loskutov3-5/+20
2014-12-31Avoid iterating on deleted repositories in IteratorServiceAndrey Loskutov1-1/+4
2014-12-31Don't access repositoryCache without lockAndrey Loskutov1-1/+1
2014-12-31Decrease job startup delay for IndexDiffCache updatesAndrey Loskutov1-2/+2
2014-12-30Don't let ignored resources cause index update jobs.Markus Duft1-3/+60
2014-12-24Prepare 3.7.0-SNAPSHOT buildsMatthias Sohn2-34/+34
2014-12-23Prepare 3.6.1-SNAPSHOT buildsMatthias Sohn2-34/+34
2014-12-23EGit v3.6.0.201412230720-rv3.6.0.201412230720-rMatthias Sohn2-2/+2
2014-12-16Merge "Decorate symlinks properly according to their git status" into stable-3.6Stefan Lay1-0/+25
2014-12-12[stagingView] Add "Replace With > Ours/Theirs" menu for conflictsRobin Stocker1-0/+82
2014-12-12Support checking out stage with DiscardChangesOperationRobin Stocker1-1/+43
2014-12-12Make DiscardChangesOperation work for non-resourcesRobin Stocker1-62/+62
2014-12-12Add ProjectUtil.refreshRepositoryResourcesRobin Stocker1-0/+43
2014-12-10Decorate symlinks properly according to their git statusMatthias Sohn1-0/+25
2014-12-10[stagingView] Enhance IndexDiffData to support submodulesMatthias Sohn1-0/+16
2014-12-04Revert "Add support for cherry-picking multiple commits at once"Matthias Sohn2-61/+23

Back to the top