Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-13EGit v4.1.1.201511131810-rv4.1.1.201511131810-rMatthias Sohn2-2/+2
2015-10-26Don't delete projects on disk unless the user said soThomas Wolf1-3/+4
2015-09-28Prepare 4.1.1-SNAPSHOT buildsMatthias Sohn2-87/+87
2015-09-28EGit v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn2-2/+2
2015-09-26Properly handle GitURI exceptions on invalid URI'sAndrey Loskutov1-9/+16
2015-09-21Change usage of SubProgressMonitor to SubMonitor in org.eclipse.egit.uiPhilipp Bumann2-10/+14
2015-09-21Un-generified getAdapter() to keep Eclipse 3.8-4.4 source compatibilityAndrey Loskutov2-2/+2
2015-09-21Use save action to add missing @Override annotations on saveMatthias Sohn1-3/+9
2015-09-20Merge "Obey hyperlink preferences in SpellcheckableMessageArea"Matthias Sohn5-67/+551
2015-09-20Obey hyperlink preferences in SpellcheckableMessageAreaThomas Wolf5-67/+551
2015-09-20Consider initial selection in Reflog view.Tobias Baumann3-6/+37
2015-09-17[historyView] Added "Focus On This File" menu for selected fileAndrey Loskutov4-3/+37
2015-09-17Focus file list in GitHistoryView when context menu is shownThomas Wolf1-0/+9
2015-09-16Improve performance of HyperlinkTokenScannerThomas Wolf1-12/+154
2015-09-16Add a sort order to the unstaged changesDenis Zygann6-9/+180
2015-09-16Always run preferences listener UI update code in UI threadAndrey Loskutov1-3/+9
2015-09-16Specify modal dialog style for results of "dry run" in push dialogAndrey Loskutov5-8/+17
2015-09-15Merge branch 'stable-4.0'Matthias Sohn3-207/+162
2015-09-14Prepare 4.0.3-SNAPSHOT buildsMatthias Sohn2-87/+87
2015-09-14EGit v4.0.2.201509141540-rMatthias Sohn2-2/+2
2015-09-13Merge changes Ief5d8000,I18808837Matthias Sohn8-28/+220
2015-09-13Introduce new preference page for Staging viewAndrey Loskutov5-0/+71
2015-09-13[scalability] Staging view should handle huge amount of entriesAndrey Loskutov3-28/+149
2015-09-13Check for objects adaptable to IResource in ShowBlameActionHandlerThomas Wolf1-13/+9
2015-09-12Fixed NPE in StagingView if no repository is selectedAndrey Loskutov2-13/+26
2015-09-11Add check for warnings and errors before commitPawel Nowak7-51/+410
2015-09-11Minor clean ups in new CommitMessageViewerThomas Wolf5-114/+157
2015-09-11Deprecate unused and obsolete methodsThomas Wolf1-2/+20
2015-09-10Rewrite CommitMessageViewer to use JFaceThomas Wolf5-242/+432
2015-09-07Simplify hyperlink syntax coloring in SpellcheckableMessageAreaThomas Wolf3-125/+8
2015-09-07Use standard link colors in SpellcheckableMessageAreaThomas Wolf2-18/+57
2015-09-07SpellcheckableMessageArea.setText() must not bypass documentThomas Wolf1-3/+4
2015-09-06Remove unused UItext entryThomas Wolf1-3/+0
2015-09-06Use decoration color to render dirty decorator in repositories viewPeter Karena1-1/+1
2015-09-06Fix sorting of nodes in repositories viewMatthias Sohn2-30/+29
2015-09-03Ensure that preferred merge strategy is stored in core preferencesLaurent Delaigue1-8/+43
2015-09-03Make check for empty second line configurableChristian Georgi7-4/+53
2015-09-03Remove obsolete code from SpellcheckableMessageAreaThomas Wolf1-38/+0
2015-09-02Fix hyperlink display in SpellcheckableMessageAreaThomas Wolf3-38/+244
2015-09-02Add "Compare with/Replace with" actions to ResourceMappingsStefan Dirix2-2/+321
2015-09-01Fixed error in decorator on bare repositoriesAndrey Loskutov1-3/+16
2015-09-01Don't run ResourceRefreshJob as Workspace job to avoid resource eventsAndrey Loskutov1-24/+40
2015-08-30Introduce a mergeStrategy extension point.Laurent Delaigue3-1/+69
2015-08-28Auto-configure Gerrit after ssh cloneThomas Wolf1-8/+16
2015-08-27Respect push URL's port configuration in Gerrit configurationThomas Wolf1-1/+1
2015-08-24Fix "Import changed projects" triggered from filtered historyFelix Otto3-207/+162
2015-08-23Show that there are changes in "Git Repositories" viewPeter Karena1-0/+20
2015-08-23Don't use FileNode objects as parent elements in the treeAndrey Loskutov1-1/+2
2015-08-20Rename usage of the label "Working Directory" with "Working Tree"Lars Vogel2-13/+13
2015-08-18Always supply repository to the compare inputAndrey Loskutov2-2/+6

Back to the top