Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-23EGit v4.3.0.201603230630-rc1v4.3.0.201603230630-rc1Matthias Sohn38-39/+39
2016-03-22Fix Activator.error() calls that should have been Activator.logError()Thomas Wolf8-13/+14
2016-03-22Test stability: fix FeatureFinishSquashTestThomas Wolf2-19/+6
2016-03-22Fix repository search dialog to detect .git files under selected root.Andre Bossert1-24/+26
2016-03-22Do not swallow error in FetchGerritChangePage on finishThomas Wolf1-9/+14
2016-03-22Improve error reporting in FetchGerritChangePageThomas Wolf2-46/+81
2016-03-21Update index diff of parent repository when submodule changesThomas Wolf1-23/+62
2016-03-21Extended support for nested repositories in project.Andre Bossert2-34/+73
2016-03-21Cleaning up the DecoratableResourceAdapterAndre Bossert7-14/+60
2016-03-21Fix potential NPE in IndexDiffCacheEntryThomas Wolf1-1/+7
2016-03-21Remove session properties when disconnecting a projectThomas Wolf5-3/+64
2016-03-20Fix refresh after re-connecting a project with submodules insideThomas Wolf3-7/+41
2016-03-17Merge "Handle submodules in auto-sharing"Matthias Sohn3-15/+36
2016-03-15Handle submodules in auto-sharingThomas Wolf3-15/+36
2016-03-15Refresh decorations after re-connecting a projectThomas Wolf13-61/+82
2016-03-15Merge "Fix a typo in a comment"Matthias Sohn1-1/+1
2016-03-15Merge "Support copy/move of workspace if Git repository is under workspace"Matthias Sohn4-17/+99
2016-03-15Merge "Document that hasGerritConfiguration() needs non-null repository"Matthias Sohn1-1/+3
2016-03-15Merge "Fix NPE in RepositoriesViewPropertyTester"Matthias Sohn1-22/+26
2016-03-15Fix a typo in a commentThomas Wolf1-1/+1
2016-03-14Delegate detection of git repositories to JGitAndre Bossert2-15/+12
2016-03-14Fix NPE in RepositoriesViewPropertyTesterMatthias Sohn1-22/+26
2016-03-14Document that hasGerritConfiguration() needs non-null repositoryMatthias Sohn1-1/+3
2016-03-14Support copy/move of workspace if Git repository is under workspaceMatthias Sohn4-17/+99
2016-03-13RepositoryCache: do not prematurely remove submodulesThomas Wolf22-224/+627
2016-03-02Test stability: GitRepositoriesViewRepoDeletionTestThomas Wolf1-6/+3
2016-03-02Fix wrong path comparison via file.getAbsolutePath().startsWith(..)Markus Keller1-10/+8
2016-03-01Fix bug in RepositoryMappingTestThomas Wolf1-6/+6
2016-02-29Decorate IFolders that are submodule working directory rootsThomas Wolf13-11/+115
2016-02-29Safe preference reading of sash weights in GitHistoryPageThomas Wolf2-6/+27
2016-02-28Test stability: properly wait for refresh jobs in Gitflow testThomas Wolf1-3/+5
2016-02-27Always listen to POST_CHANGE events in GitProjectDataThomas Wolf2-5/+3
2016-02-27Fix sorting and grouping of staging entries by stateMatthias Sohn4-14/+40
2016-02-27[staging view] Fixed sort order: added check for "names first" caseAndrey Loskutov1-10/+31
2016-02-27Do not autofill clone wizard for arbitrary clipboard inputThomas Wolf5-8/+193
2016-02-26Merge "Update Mars orbit repository to R20160221192158"Matthias Sohn5-14/+14
2016-02-26Merge "RepositoriesViewLabelProvider: mark dirty submodules"Matthias Sohn5-29/+116
2016-02-26Update Mars orbit repository to R20160221192158Matthias Sohn5-14/+14
2016-02-26Check resource.getProject() for null before dereferencing itAndrey Loskutov9-12/+35
2016-02-26RepositoriesViewLabelProvider: mark dirty submodulesThomas Wolf5-29/+116
2016-02-25Fix recognition of submodules in folders.Thomas Wolf16-130/+548
2016-02-23Make RepositoryMapping use java.nio.file.PathThomas Wolf2-34/+71
2016-02-23Fixed egit-4.6 target platform namesAndrey Loskutov2-2/+2
2016-02-23Remove unnecessary cast to RepositoryMappingMatthias Sohn1-2/+1
2016-02-22Allow filtering of Gitflow feature branches in checkout and track dialogMax Hohenegger7-184/+305
2016-02-21Test stability investigation: GitSubscriberMergeContextTestThomas Wolf2-0/+52
2016-02-21Test stability: GitRepositoriesView testsThomas Wolf1-3/+30
2016-02-21Gerrit Configuration... is misleading when switching branchesFrank Jakop4-42/+96
2016-02-19Handle relative paths in RepositoryMapping creatorThomas Wolf2-5/+21
2016-02-19ResourceStateFactory: avoid converting IResource to IPathThomas Wolf3-67/+73

Back to the top