Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-21Pass a ProgressMonitor to JGit for mergesLaurent Delaigue1-2/+4
2016-01-21Supply parameter to status message in GitProjectData$UnmapJobThomas Wolf1-1/+4
2016-01-20Properly clean up caches when a configured repository is removedThomas Wolf5-13/+136
2016-01-19Fix a commentThomas Wolf1-2/+2
2016-01-19Minimize accessing the persistent property for the GitProviderThomas Wolf1-9/+109
2016-01-11Make RebaseInteractivePlan.planChangeListeners thread-safeThomas Wolf1-5/+5
2016-01-09Finish implementation of decoration of files marked assume-unchangedMatthias Sohn1-0/+19
2016-01-07[test stability] Make sure we don't miss index diff eventsAndrey Loskutov2-5/+15
2015-12-23[performance] Remove ContainerTreeIterator and AdaptableFileTreeIteratorAndrey Loskutov4-538/+5
2015-12-17Staging view: show progress while refresh and diff are runningAndrey Loskutov1-7/+38
2015-11-27Fixed violations of Ref.getObjectId() nullness contractAndrey Loskutov1-10/+24
2015-11-22Ask platform adapter manager if IAdaptable has no adapter for given typeAndrey Loskutov1-1/+5
2015-11-22Fix a FindBugs warning.Thomas Wolf1-1/+2
2015-11-19Show an error if existing index can't be readChristian Halstrick3-0/+7
2015-11-18Start new rule with \n if ignore file exists but not in the workspaceAndrey Loskutov1-2/+3
2015-11-18Make the IgnoreOperation work for non-workspace files.Thomas Wolf2-12/+14
2015-11-16Switching to JGit nullness annotationsAndrey Loskutov12-18/+18
2015-11-16Follow up on adding nullness annotations to the o.e.jgit.lib.RepositoryAndrey Loskutov1-0/+1
2015-11-15Monitor Eclipse editors changing workspace external text filesAndrey Loskutov2-4/+185
2015-11-14Replaced CommonUtils.getAdapter*() methods with AdapterUtils.adapter()Andrey Loskutov1-1/+2
2015-11-14Added adapters to IURIEditorInput to better support external filesAndrey Loskutov1-6/+11
2015-10-18Change SubProgressMonitor to SubMonitor in org.eclipse.egit.core Stephan Hackstedt21-352/+268
2015-10-10[nested projects] Allow EGit request inner most projects in some casesAndrey Loskutov6-18/+44
2015-10-01Don't explicitly run project refresh on auto sharing a projectAndrey Loskutov2-10/+22
2015-09-26Properly handle GitURI exceptions on invalid URI'sAndrey Loskutov2-2/+15
2015-09-26GitURI should not try to parse "path" part if it is missing in the URIAndrey Loskutov1-1/+6
2015-09-17Add missing @Override annotations to all EGit bundlesLars Vogel78-0/+242
2015-09-13Don't use IPath.equals() since it is broken on WindowsAndrey Loskutov1-2/+6
2015-09-12Fixed NPE in StagingView if no repository is selectedAndrey Loskutov1-1/+2
2015-08-30Introduce a mergeStrategy extension point.Laurent Delaigue12-26/+370
2015-08-28Auto-configure Gerrit after ssh cloneThomas Wolf1-2/+98
2015-08-14Use default repository location for all import wizardsAndrey Loskutov4-7/+82
2015-08-12GitBlobStorage: try to use charset from the IResource API if availableAndrey Loskutov2-18/+51
2015-08-01Staging view and Co should properly handle bare repositoriesAndrey Loskutov1-12/+33
2015-08-01Allow creation of empty IndexDiffData objectsAndrey Loskutov2-16/+43
2015-08-01Avoid NPE's on dereferencing IndexDiffCache.getIndexDiffCacheEntry() Andrey Loskutov4-4/+14
2015-08-01Use "system" type for IndexDiffCacheEntry jobsAndrey Loskutov2-0/+8
2015-07-08Do not automatically ignore paths not found by the treewalkAndrey Loskutov3-12/+73
2015-07-07Test stability: another attempt to have stable connect() behaviorAndrey Loskutov4-97/+121
2015-07-03Don't use RepositoryProvider.getProvider() directly to avoid deadlocksAndrey Loskutov9-37/+215
2015-07-03Annotated RepositoryMapping.getGitDirAbsolutePath() as @NullableAndrey Loskutov5-6/+21
2015-06-29ConnectProviderOperation should respect core_autoIgnoreDerivedResourcesAndrey Loskutov2-12/+19
2015-06-23Null-annotated RepositoryMapping, ResourceUtils & SelectionUtilsAndrey Loskutov9-43/+100
2015-05-27Avoid deadlocks during resource changes in AutoShareProjectsAndrey Loskutov1-37/+113
2015-05-24Remove gitprefix in egitAndrey Loskutov2-8/+0
2015-05-21Use try-with-resource to avoid leaks with RevWalk and TreeWalkMatthias Sohn5-111/+102
2015-05-21Replace calls to release() methods with try-with-resourceMatthias Sohn1-4/+1
2015-05-10Ensure commit body is retained in GitSynchronizeDataMatthias Sohn1-0/+1
2015-05-04Introduce internal API to integrate Team merging.Laurent Delaigue14-1/+1182
2015-04-27Fix StringIndexOutOfBoundsException in ConfigureGerritAfterCloneTaskMatthias Sohn1-1/+2

Back to the top