Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-20Allow users to show server messages while pushingAndré Dietisheim1-8/+24
2013-03-20[sync] Accurate revisions for remote and ancestorLaurent Goubet2-4/+6
2013-03-19Bump EGit version to 3.0.0 and require JGit 3.0.0Robin Rosenberg7-40/+41
2013-03-12Fix RepositoryMapping bug on Windows for paths with different devicesGunnar Wagenknecht1-5/+3
2013-03-07Show fast forward modes in Merge dialogTomasz Zarna2-13/+43
2013-02-13Prepare 2.4.0-SNAPSHOT buildsMatthias Sohn2-32/+32
2013-02-13Prepare post 2.3.0.201302130906 buildsMatthias Sohn2-2/+2
2013-02-13EGit v2.3.0.201302130906v2.3.0.201302130906Matthias Sohn2-2/+2
2013-02-12Auto-share projects located in a git repository by defaultMatthias Sohn2-2/+2
2013-02-12Unregister project auto-sharing listener on shutdownMatthias Sohn1-0/+5
2013-02-12Auto-ignore derived resourcesMatthias Sohn7-2/+135
2013-02-12Enable reuse of isIgnored(IPath) checkMatthias Sohn2-27/+44
2013-02-08Mark .git team private when re-mapping a repositoryMatthias Sohn3-0/+12
2013-02-06Add checkbox to Import Projects page for nested project searchRobin Stocker1-3/+14
2013-02-06Prepare post 2.3 rc1 buildsMatthias Sohn2-2/+2
2013-02-06EGit v2.3.0.201302060400-rc1Matthias Sohn2-2/+2
2013-02-03Only return existing IFile from getFileForLocationRobin Stocker1-12/+22
2013-02-02Make sure cancel of INDEX_DIFF_CACHE_UPDATE job is finishedRobin Stocker1-0/+5
2013-02-02Fix "Compare with commit..." when project is root of working dirRobin Stocker1-5/+9
2013-02-01Sort projects only once in ProjectUtil.getProjectsContainingRobin Stocker1-13/+24
2013-02-01[sync] Only refresh on repository change if affectedRobin Stocker1-3/+10
2013-01-31Fix NPE during shutdown in ContainerTreeIterator$ResourceEntryRobin Stocker1-9/+17
2013-01-31Gracefully ignore linked resourcesFrançois Rey10-55/+70

Back to the top