Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-15Extend EGit to allow use of git-flowMax Hohenegger26-0/+1499

Back to the top