Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Set window title in 'Init Git Flow' dialogMichael Keppler1-0/+1
2017-03-16Add missing newlines at ends of Java filesDavid Pursehouse9-9/+9
2016-11-02Fix incomplete null analysis configurationMax Hohenegger5-3/+19
2016-09-05Check for running launches before modifying the workspaceThomas Wolf1-76/+10
2016-08-29Added date time column to feature checkout dialogMax Hohenegger3-4/+36
2016-06-20Merge "Cosmetic: Remove extraneous whitespace from table"Max Hohenegger1-1/+8
2016-06-20Merge "Make columns in Gitflow feature checkout dialog sortable"Max Hohenegger2-7/+106
2016-06-19Cosmetic: Remove extraneous whitespace from tableMax Hohenegger1-1/+8
2016-06-18Make columns in Gitflow feature checkout dialog sortableMax Hohenegger2-7/+106
2016-06-16Improved exception messageMax Hohenegger1-1/+2
2016-05-19Merge branch 'stable-4.3'Matthias Sohn1-1/+2
2016-05-19Ensure compatibility with pre-Mars EclipseThomas Wolf1-1/+2
2016-05-18New convenience commands to compare/replace with Gitflow develop branchMax Hohenegger3-0/+192
2016-05-15Mark current feature-branch and prevent attempted re-checkoutMax Hohenegger3-27/+94
2016-04-09Added columns to Gitflow feature branch selection widgetMax Hohenegger6-10/+71
2016-03-22Test stability: fix FeatureFinishSquashTestThomas Wolf1-0/+1
2016-03-13RepositoryCache: do not prematurely remove submodulesThomas Wolf2-4/+16
2016-02-22Allow filtering of Gitflow feature branches in checkout and track dialogMax Hohenegger6-183/+298
2016-02-17Added Gitflow convenience command for checking out develop branchMax Hohenegger1-0/+31
2016-02-17Improve logging for ExecutionExceptions in GitflowMax Hohenegger2-3/+3
2016-02-08Fixed enablement of Gitflow command for creating release from commitMax Hohenegger1-5/+7
2016-01-09Show Gitflow submenu in history view only if repo is Gitflow-enabledThomas Wolf1-3/+3
2016-01-03Disable Gitflow menu in History view already on first accessMax Hohenegger1-6/+9
2016-01-02Avoid expensive property tester evaluationsThomas Wolf1-27/+9
2015-12-30Fixed warnings "Deprecated": Use Repository#exactRef(..) or findRef(..)Max Hohenegger1-1/+1
2015-12-30Minor refactoring: removed redundant getRepository()Max Hohenegger1-30/+2
2015-12-15Fixed 'Gitflow actions are only available on repositories and projects'Max Hohenegger4-13/+47
2015-11-23Fix 'GitFlow doesn't use configured timeout for remote git commands'Max Hohenegger1-1/+1
2015-11-05Fixed 'Gitflow init dialog does not scale correctly'Max Hohenegger1-3/+1
2015-10-02Fixed 'Finishing and squashing a feature aborts in bigger workspaces'Max Hohenegger1-22/+48
2015-09-23Allow saving feature finish options as defaultMax Hohenegger4-4/+85
2015-09-22Fixed FindBugs warning: Inner class should be staticMax Hohenegger1-2/+2
2015-09-21Added support for keeping branch after Gitflow feature finishMax Hohenegger4-1/+21
2015-09-17Add missing @Override annotations to all EGit bundlesLars Vogel1-0/+1
2015-09-10Fixed: Specifying non-existing master does not abort initializationMax Hohenegger5-23/+189
2015-09-02Add missing single quote in properties fileDani Megert1-2/+2
2015-08-25Fix "Gitflow init dialog has incorrect title"Max Hohenegger3-2/+6
2015-08-24Fix NPE on FeatureCheckoutMax Hohenegger8-1/+22
2015-08-24Initializing a Gitflow repository should allow changing branch namesMax Hohenegger5-2/+272
2015-08-22[gitflow] Add icon decorations to identify gitflow repositoriesMax Hohenegger4-0/+245
2015-08-16[gitflow] Feature finish squash should allow changing the commit messageMax Hohenegger3-0/+42
2015-08-15Fix NPE in GitFlowRepository.isDevelop()Max Hohenegger4-2/+14
2015-08-14[gitflow] Implement squash parameter for feature finishMax Hohenegger8-5/+160
2015-07-22[gitflow] Fix feature rebase which sometimes fails silentlyMax Hohenegger8-86/+147
2015-07-05Don't provide repository adapter to external resourcesAndrey Loskutov1-2/+1
2015-06-03Silence unchecked conversion warnings in GitFlowAdapterFactoryMatthias Sohn1-0/+2
2015-06-03Fix NPE in GitFlowAdapterFactoryMatthias Sohn1-2/+4
2015-06-01[gitflow] track feature will always claim no remote features existMax Hohenegger3-8/+28
2015-05-31[gitflow] explicitly notify the user about merge/rebase conflictsMax Hohenegger8-16/+208
2015-05-27[gitflow] Fix broken "start release" from commitMax Hohenegger6-19/+176

Back to the top