Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-03GitSyncObjectCache erroneously changes the sync state of resourcesMikaeĢˆl Barbero3-30/+68
2013-08-30Fix inefficient implementation of GitScopeOperationRobin Stocker1-1/+13
2013-08-23Make sure Comparator implementation does not violate contractRobin Stocker1-1/+6
2013-08-23Don't automatically connect projects in /, /home or /home/usernameRobin Stocker1-11/+27
2013-08-23Extract method in AutoShareProjects to reduce nestingRobin Stocker1-40/+44
2013-08-22Fix potential NPE from passing null as progress monitorLaurent Goubet1-1/+2
2013-08-22Consider IResource.getLocation() being nullChristian Georgi1-8/+14
2013-08-22Fix scheduling rule error when ignoring resources in nested projectsRobin Stocker1-3/+5
2013-08-22Auto share multiple projects in single jobStephen Elsemore1-5/+17
2013-08-20Allow to configure custom test directoryMatthias Sohn1-1/+1
2013-08-19Prepare 3.0.2-SNAPSHOT buildsMatthias Sohn2-33/+33
2013-07-14EGit v3.0.1.201307141637-rv3.0.1.201307141637-rMatthias Sohn2-14/+14
2013-06-13Prepare post 3.0.0.201306101825-r buildsMatthias Sohn2-2/+2
2013-06-10EGit v3.0.0.201306101825-rv3.0.0.201306101825-rMatthias Sohn2-2/+2
2013-06-10Optimize auto-ignore resource change listenerMatthias Sohn1-0/+5
2013-06-04Prepare post 3.0.0 RC3 buildsMatthias Sohn2-2/+2
2013-06-04EGit v3.0.0.201306040240-rc3v3.0.0.201306040240-rc3Matthias Sohn2-2/+2
2013-05-29Prepare post 3.0.0-rc2 buildsMatthias Sohn2-2/+2
2013-05-29EGit v3.0.0.201305282000-rc2v3.0.0.201305282000-rc2Matthias Sohn2-2/+2
2013-05-28EGit v3.0.0.201305281830-rc2Matthias Sohn2-2/+2
2013-05-28[sync] Fix NPE when restoring sync data of unshared projectRobin Stocker1-1/+3
2013-05-23Declare everything in EGit internalRobin Rosenberg1-7/+7
2013-05-08Prepare post 3.0.0 M7 buildsMatthias Sohn2-2/+2
2013-05-08EGit v3.0.0.201305080800-m7v3.0.0.201305080800-m7Matthias Sohn2-2/+2
2013-04-29Show the right tag for unannotated tags after checkoutRobin Rosenberg1-1/+5
2013-04-27Adapt to publicized Reflog API in JGitRobin Rosenberg1-3/+3
2013-04-25Try to find the most nested resource path instead of any with merge toolRobin Rosenberg1-10/+3
2013-04-24Avoid internal use of WindowCache.reconfigureRobin Rosenberg1-2/+1
2013-04-24Remove unnecessary usage of the internal FileRepository classRobin Rosenberg2-5/+7
2013-04-21Be more strict when identifying a .git directory as a repoCarsten Pfeiffer1-2/+9
2013-04-19Merge "Update only working tree message when creating a stash"Robin Rosenberg1-3/+1
2013-04-18NPE when synchronizing with resources out of the workspaceLaurent Goubet1-1/+1
2013-04-17@since in coretext is not worth itRobin Rosenberg1-9/+3
2013-04-17Move CoreText to internal packageRobin Stocker50-45/+48
2013-04-16Add missing @since 3.0 tagsDani Megert3-6/+17
2013-04-15Improve label of index version in compare editorsRobin Stocker1-1/+1
2013-04-13Fix NPE in ContainerTreeIterator when listFiles returns nullRobin Stocker1-25/+34
2013-04-13GitFileHistory should return the full history of its target.Laurent Goubet4-28/+111
2013-04-13Use the source revision instead of local data for synchronizationsLaurent Goubet6-4/+418
2013-04-13Update only working tree message when creating a stashRobin Rosenberg1-3/+1
2013-04-12Resources should be opened in the most specific projectRobin Rosenberg1-9/+27
2013-04-05Merge "Lessen the re-indexing work and number of queued jobs"Robin Rosenberg3-7/+51
2013-04-05Lessen the re-indexing work and number of queued jobsRobin Rosenberg3-7/+51
2013-03-23Import should use a version rangeRobin Rosenberg1-1/+1
2013-03-23Merge changes I28fdf160,Idf0333c3Robin Rosenberg1-22/+0
2013-03-22Eliminate file handle leaksLaurent Goubet1-2/+6
2013-03-22Remove no longer used API filtersMatthias Sohn1-22/+0
2013-03-22Add missing @since tagDani Megert1-1/+2
2013-03-21Fix since tagsTomasz Zarna2-1/+2
2013-03-21Merge "Allow users to show server messages while pushing"Matthias Sohn1-8/+24

Back to the top