Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-25[historyView] Add 'Committed Date' columnKevin Sawicki4-29/+35
2012-02-23Export all packages from org.eclipse.egit.uiTomasz Zarna1-0/+6
2012-02-22Remember previously chosen location in 'Create Patch' wizardDani Megert1-26/+34
2012-02-22Decorate folder as dirty if subtree contains untracked filesJens Baumgart1-2/+4
2012-02-21Repositories View: allow to fetch/push on RemoteNodeMathias Kinzler3-6/+40
2012-02-20Set location text to be read only when path can't be changedKevin Sawicki1-1/+4
2012-02-20Show commit in history view when annotation is selectedKevin Sawicki1-16/+139
2012-02-20Team > Create Patch... doesn't observe selectionTomasz Zarna4-11/+65
2012-02-19AbstractGitCloneWizard: avoid accessing the UI from clone jobJens Baumgart2-21/+21
2012-02-19Never return null from FileDiffContentProvider.getElementsKevin Sawicki1-3/+2
2012-02-19[repoView] Guard against null repository relative pathKevin Sawicki1-1/+4
2012-02-19guard against missing projectsMarkus Duft1-1/+2
2012-02-19Cache refs for the purpose of calculating branches inRobin Rosenberg3-17/+62
2012-02-17Add "Revert" icon Tomasz Zarna2-0/+4
2012-02-17Allow to save patches in the workspaceTomasz Zarna4-208/+733
2012-02-17Show whitespace chars in the Commit dialogTomasz Zarna3-26/+138
2012-02-16Prepare 2.0.0-SNAPSHOT buildsMatthias Sohn2-73/+73
2012-02-13Merge branch 'stable-1.3'Matthias Sohn51-444/+3236
2012-02-13Prepare post 1.3.0.201202121842-rc4 buildsMatthias Sohn2-2/+2
2012-02-13EGit 1.3.0.201202121842-rc4v1.3.0.201202121842-rc4Matthias Sohn2-2/+2
2012-02-11[historyView] Disable file actions when submodule is selectedKevin Sawicki2-11/+28
2012-02-11[stagingView] Disable open action when submodule is selectedKevin Sawicki1-6/+17
2012-02-11[repoView] Add submodule add/sync/update supportKevin Sawicki12-1/+756
2012-02-11Delete working directory when removing a submodule repositoryKevin Sawicki1-0/+12
2012-02-08Disable buttons when config is missing or not writableKevin Sawicki1-10/+20
2012-02-05Merge "Save Actions for removing braces of one-line statements"Christian Halstrick1-60/+61
2012-02-03Support tracking project at root of repositoryKevin Sawicki1-1/+10
2012-02-03Create ProjectRecord from .project file instead of parentKevin Sawicki2-4/+8
2012-02-02Guard against missing HEAD object id when decorating submodulesKevin Sawicki1-2/+2
2012-02-02[historyView] Add context menu to compare with working directoryKevin Sawicki3-0/+62
2012-01-31[repoView] Show stashed commitsKevin Sawicki12-7/+185
2012-01-31Merge branch 'master' into stable-1.3Matthias Sohn2-15/+43
2012-01-30HistoryView: allow to select Ref when creating a BranchMathias Kinzler2-15/+43
2012-01-30Improvements and fixes for clone wizardStefan Lay4-15/+103
2012-01-30Support double-click event on repository location pageStefan Lay1-0/+11
2012-01-30Remove Gerrit Configuration Page from Clone WizardStefan Lay3-88/+5
2012-01-30New wizard to configure a remote as GerritStefan Lay9-17/+305
2012-01-30Redesign GitCloneWizard to include contributed clone sourcesStefan Lay6-97/+105
2012-01-30Improve Exception Handling for Clone Source extension pointStefan Lay8-5/+126
2012-01-30Add an icon attribute to the cloneSourceProvider extension pointStefan Lay4-24/+90
2012-01-30Allow for repository configuration using GitRepositoryInfoStefan Lay2-2/+61
2012-01-30Redesign GitImportWizard to include contributed clone sourcesStefan Lay12-65/+453
2012-01-30Refactor GitCloneWizardStefan Lay2-295/+394
2012-01-30Add an extension point to provide repository searchStefan Lay11-0/+689
2012-01-26[repoView] Hide 'Submodules' node when no configuration existsKevin Sawicki1-1/+19
2012-01-26[historyView] Support linking with commit editorKevin Sawicki3-6/+28
2012-01-25Don't set shell as invisible before disposingKevin Sawicki1-10/+10
2012-01-25Allow to select different diff header formatsTomasz Zarna4-10/+44
2012-01-25Implement decoration for working setsMarkus Duft3-26/+184
2012-01-24Check for a Git provider in GitQuickDiffProvider.isEnabledKevin Sawicki1-2/+4

Back to the top