Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-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
2012-01-24[historyView] Use filtered commit as input to comment viewerKevin Sawicki1-2/+1
2012-01-24Guard against null mapping when using active editorKevin Sawicki1-2/+6
2012-01-23Validate path before attempting tree walkKevin Sawicki1-0/+4
2012-01-21Don't drop last character when parsing change idKevin Sawicki1-1/+1
2012-01-21Limit the listing of the branches that a commit appear on to 20Robin Rosenberg3-2/+16
2012-01-21Added context menu to the Commit Editor's header textDaniel Megert4-10/+93
2012-01-20Allow the user to select the Git prefixRobin Rosenberg6-11/+106
2012-01-20Removed bad ON_TOP flag from dialogs.Markus Keller3-4/+4
2012-01-20[historyView] Add preferences for max branch and tag lengthKevin Sawicki11-110/+182
2012-01-20Merge "[repoView] Hide working directory node on bare repositories"Matthias Sohn4-22/+6
2012-01-20Git Tree Compare: filter "ignored" filesMathias Kinzler1-7/+25
2012-01-19Guard against null and empty paths when reading mementoKevin Sawicki1-4/+11
2012-01-19[repoView] Hide working directory node on bare repositoriesKevin Sawicki4-22/+6
2012-01-19Prevent NPE when getting image descriptors for merge file diffsKevin Sawicki1-3/+13
2012-01-18Fix possible invalid thread access exception in history pageDaniel Megert1-3/+7
2012-01-18Merge "Initialize date format to fix failing CompareActionTest"Robin Rosenberg1-1/+1
2012-01-17Merge "Fix exception handling in SourceBranchPage"Matthias Sohn1-2/+3
2012-01-17Fix exception handling in SourceBranchPageMatthias Sohn1-2/+3
2012-01-17Show most recent previous commit message proposals firstKevin Sawicki1-6/+4
2012-01-17Open/close projects when switching branchesKevin Sawicki8-5/+351
2012-01-16Fix CCE (regression) in GitHistoryPage$1.propertyChangeRobin Rosenberg1-2/+1

Back to the top