Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-08-16Move the EGitCredentialsProvider to EGit coreThomas Wolf1-0/+20
2021-03-11[osgi] Disperse the EGit core Activator into OSGi dynamic servicesThomas Wolf1-1016/+14
2021-02-19GPG signing: use an external GPG executableThomas Wolf1-0/+4
2021-02-12Revert "EGit Core DebugOptionsListener as a OSGi declarative service"Thomas Wolf1-3/+18
2021-02-11Replace EGit core Activator.getPluginId() by Activator.PLUGIN_IDThomas Wolf1-27/+18
2021-02-11EGit Core DebugOptionsListener as a OSGi declarative serviceThomas Wolf1-18/+6
2020-12-05Drop JSchThomas Wolf1-50/+2
2020-09-27Migrate remote connection timeout preference to EGit coreThomas Wolf1-0/+31
2020-05-29Don't install the WindowCache JMX beanThomas Wolf1-1/+1
2020-03-04Call FS.FileStoreAttributes.setBackgroundstable-5.6Alex Blewitt1-1/+1
2019-11-28Auto-sharing must not connect root or home directoriesThomas Wolf1-24/+45
2019-11-12Close repositories when they are no longer referencedThomas Wolf1-6/+2
2019-11-12Merge remote-tracking branch 'origin/stable-5.5'Thomas Wolf1-0/+11
2019-10-10Rely on synchronous ResourceRefreshHandler to refresh after checkoutMatthias Sohn1-0/+17
2019-10-07Use Apache HTTP by defaultThomas Wolf1-6/+33
2019-10-07Adapt EclipseSystemReader to the new ~/.jgitconfig introduced in jgitstable-5.5Matthias Sohn1-0/+11
2019-08-25Merge branch 'stable-5.4'Matthias Sohn1-0/+2
2019-08-20[releng] Update target platform & SystemReader to JGit changesThomas Wolf1-0/+14
2019-08-20[releng] Update target platform & SystemReader to JGit changesThomas Wolf1-0/+14
2019-08-08Remove trailing blank in javadoc of Activator#logErrorMatthias Sohn1-1/+1
2019-08-08Configure FS to determine FileStore attributes asynchronouslyMatthias Sohn1-0/+2
2019-07-19Don't log info about using Apache MINA sshd SSH clientThomas Wolf1-15/+14
2018-12-29Log nested exceptions when canceling pull operationMichael Keppler1-2/+18
2018-11-17Include the Apache MINA ssh clientThomas Wolf1-17/+87
2018-07-24Hide $GIT_DIR and friends from JGitThomas Wolf1-0/+73
2018-06-18Don't warn about LFS if LFS bundle is not present.Thomas Wolf1-9/+11
2018-06-13EGit integration for LFSMarkus Duft1-4/+20
2018-05-29Update license to EPL-2.0Matthias Sohn1-2/+4
2017-08-26Log warnings about invalid git config entriesThomas Wolf1-0/+4
2016-12-12Make auto-staging of files being moved configurableMatthias Sohn1-0/+15
2016-12-12Make auto-staging of files being deleted configurableMatthias Sohn1-0/+16
2016-11-24Be more careful with synchronization in RepositoryCacheThomas Wolf1-10/+51
2016-04-02Move EclipseAuthenticator and EclipseProxySelector to egit.coreMatthias Sohn1-0/+18
2016-04-02Move EclipseSshSessionFactory to org.eclipse.egit.coreMatthias Sohn1-0/+15
2016-03-15Handle submodules in auto-sharingThomas Wolf1-5/+18
2016-03-13RepositoryCache: do not prematurely remove submodulesThomas Wolf1-1/+1
2016-02-27Always listen to POST_CHANGE events in GitProjectDataThomas Wolf1-1/+1
2016-02-17Silently skip EFS resourcesThomas Wolf1-1/+1
2016-02-04Use default preferences for preferred MergeStrategyLaurent Delaigue1-1/+13
2016-01-20Properly clean up caches when a configured repository is removedThomas Wolf1-0/+1
2015-10-01Don't explicitly run project refresh on auto sharing a projectAndrey Loskutov1-0/+1
2015-09-17Add missing @Override annotations to all EGit bundlesLars Vogel1-0/+8
2015-08-30Introduce a mergeStrategy extension point.Laurent Delaigue1-2/+238
2015-07-08Do not automatically ignore paths not found by the treewalkAndrey Loskutov1-2/+4
2015-07-03Don't use RepositoryProvider.getProvider() directly to avoid deadlocksAndrey Loskutov1-2/+2
2015-07-03Annotated RepositoryMapping.getGitDirAbsolutePath() as @NullableAndrey Loskutov1-1/+1
2015-06-29ConnectProviderOperation should respect core_autoIgnoreDerivedResourcesAndrey Loskutov1-12/+16
2015-05-27Avoid deadlocks during resource changes in AutoShareProjectsAndrey Loskutov1-37/+113
2015-05-24Remove gitprefix in egitAndrey Loskutov1-5/+0
2015-03-29Avoid TeamException when looking up RepositoryProviderAndrey Loskutov1-3/+5

Back to the top