Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-19Bump EGit version to 3.0.0 and require JGit 3.0.0Robin Rosenberg10-93/+94
2013-03-17Remove away-commented code in RebaseResultDialogRobin Rosenberg1-109/+0
2013-03-12Report dirty worktree failure during rebaseRobin Rosenberg1-3/+173
2013-03-09Fix rebase pulldown in toolbar not being accessible during rebaseRobin Stocker3-18/+46
2013-03-09Add instanceof check to fix unchecked conversion warningRobin Stocker1-7/+10
2013-03-08cleanup FetchGerritChangePage.doFetch()Tomasz Zarna1-82/+96
2013-03-07Show fast forward modes in Merge dialogTomasz Zarna4-7/+68
2013-03-07Move UIText and UIIcons to the internal packageRobin Rosenberg267-320/+302
2013-02-28[stagingView] Improve usability of "Replace with" on modifiedRobin Stocker1-2/+2
2013-02-27Consider the ancestor when comparing with remote revisionsLaurent Goubet7-285/+232
2013-02-22Fix commit keyboard shortcut Ctrl+#Markus Keller1-0/+1
2013-02-21Place 'Search for nested projects' closer to the projects listDani Megert2-5/+8
2013-02-21Merge branch 'stable-2.3'Matthias Sohn1-1/+60
2013-02-21Prepare 2.3.2-SNAPSHOT buildsstable-2.3Matthias Sohn2-80/+80
2013-02-21EGit v2.3.1.201302201838-rv2.3.1.201302201838-rMatthias Sohn2-80/+80
2013-02-20Workaround for bug in StyledText#addBidiSegmentListener(..)Markus Keller1-1/+60
2013-02-19Fix various exceptions in ImportProjectsCommandRobin Rosenberg5-2/+37
2013-02-17Merge "egit.ui bundle does not export all its packages"Robin Rosenberg1-0/+1
2013-02-16egit.ui bundle does not export all its packagesTomasz Zarna1-0/+1
2013-02-16rightCommit param in GitMergeEditorInput#buildDiffContainer is unusedTomasz Zarna1-2/+2
2013-02-13Prepare 2.4.0-SNAPSHOT buildsMatthias Sohn2-80/+80
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-13Move "Ignore" further down in the team menuMatthias Sohn1-8/+8
2013-02-12Mark org.eclipse.debug.ui as optional dependencyDariusz Luksza2-4/+20
2013-02-12When staging a missing file only remove it from indexMatthias Sohn1-1/+1
2013-02-12Auto-ignore derived resourcesMatthias Sohn3-2/+10
2013-02-11Remember "Search for nested projects" checkbox state in import wizardsRobin Stocker3-2/+38
2013-02-11Show error to user if staging failsRobin Rosenberg1-4/+11
2013-02-11Change table in commit dialog to filtered treeGunnar Wagenknecht1-21/+59
2013-02-06[historyView] Highlight filtered files in file diff viewerRobin Stocker6-13/+165
2013-02-06Add checkbox to Import Projects page for nested project searchRobin Stocker4-22/+43
2013-02-06Prevent IO_FAILURE by checking for conflicts in ref name validationRobin Stocker3-1/+20
2013-02-06Prepare post 2.3 rc1 buildsMatthias Sohn2-2/+2
2013-02-06EGit v2.3.0.201302060400-rc1Matthias Sohn2-2/+2
2013-02-06Look for a ChangeId in the footer, not in the bodyStefan Lay1-3/+3
2013-02-04Customize diff file headlines in diff tab of commit viewerTobias Pfeifer5-11/+112
2013-02-03Only return existing IFile from getFileForLocationRobin Stocker1-7/+5
2013-02-03Do not replace Change-Id in commit message in case of a conflictStefan Lay1-2/+5
2013-02-02Fix "Compare with commit..." when project is root of working dirRobin Stocker1-5/+8
2013-02-01[sync] Fix performance problem with GitModelCache#getChildrenRobin Stocker6-194/+211
2013-01-31Gracefully ignore linked resourcesFrançois Rey24-60/+85
2013-01-30[sync] Merge common code of GitCacheTreeTraveral and GitTreeTraversalRobin Stocker3-69/+14
2013-01-30[sync] Remove unused code in GitTreeTraversalRobin Stocker1-94/+1
2013-01-30Remove blocking of UI in show annotations (blame)Robin Rosenberg1-2/+0
2013-01-29Merge changes Ib9ac9ecd,I26dbc133Robin Rosenberg1-7/+12
2013-01-28[repoView] Add "History" to Show In menu for all perspectivesRobin Stocker1-3/+4
2013-01-27Show only the one target when performing reset to HEADRobin Rosenberg3-33/+47
2013-01-26Add clean action for repositoriesMarkus Duft10-0/+459
2013-01-26Merge "Enable reset in the repositories view whenever applicable"Matthias Sohn1-1/+1

Back to the top