Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-13RepositoryCache: do not prematurely remove submodulesThomas Wolf3-5/+17
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 Hohenegger3-0/+75
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-02-03Ensure that all source bundles contain about.htmlMatthias Sohn1-0/+1
2016-01-22Merge "Prepare 4.3.0-SNAPSHOT builds"Matthias Sohn2-33/+33
2016-01-21Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn2-33/+33
2016-01-09Show Gitflow submenu in history view only if repo is Gitflow-enabledThomas Wolf2-3/+12
2016-01-03Disable Gitflow menu in History view already on first accessMax Hohenegger1-6/+9
2016-01-02Avoid expensive property tester evaluationsThomas Wolf3-100/+110
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 Hohenegger6-347/+211
2015-11-23Fix 'GitFlow doesn't use configured timeout for remote git commands'Max Hohenegger1-1/+1
2015-11-16Switching to JGit nullness annotationsAndrey Loskutov1-2/+2
2015-11-15Follow JGit, use org.eclipse.jgit.annotations.Nullable in EGit tooAndrey Loskutov1-1/+3
2015-11-05Fixed 'Gitflow init dialog does not scale correctly'Max Hohenegger1-3/+1
2015-10-03Fix formatting of org.eclipse.egit.gitflow.ui/plugin.xmlMax Hohenegger1-309/+309
2015-10-02Fixed 'Finishing and squashing a feature aborts in bigger workspaces'Max Hohenegger1-22/+48
2015-09-28Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2-33/+33
2015-09-28Prepare 4.1.1-SNAPSHOT buildsMatthias Sohn2-33/+33
2015-09-28EGit v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn2-2/+2
2015-09-27Fixed 'When on master branch, gitflow options are disabled.'Max Hohenegger1-12/+12
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-21Use save action to add missing @Override annotations on saveMatthias Sohn1-3/+9
2015-09-18Add icon to Gitflow menu contributionsMax Hohenegger2-8/+13
2015-09-17Add missing @Override annotations to all EGit bundlesLars Vogel1-0/+1
2015-09-15Merge branch 'stable-4.0'Matthias Sohn1-8/+8
2015-09-14Prepare 4.0.3-SNAPSHOT buildsMatthias Sohn2-19/+19
2015-09-14EGit v4.0.2.201509141540-rMatthias Sohn2-2/+2
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-31Fix issues in OSGi manifestsMatthias Sohn1-1/+7
2015-08-25Fix "Gitflow init dialog has incorrect title"Max Hohenegger3-2/+6
2015-08-24Fix NPE on FeatureCheckoutMax Hohenegger9-1/+36
2015-08-24Initializing a Gitflow repository should allow changing branch namesMax Hohenegger6-3/+278
2015-08-22[gitflow] Add icon decorations to identify gitflow repositoriesMax Hohenegger8-2/+267
2015-08-16[gitflow] Feature finish squash should allow changing the commit messageMax Hohenegger4-1/+46
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-05[gitflow] add UI testsMax Hohenegger1-0/+3
2015-07-05Don't provide repository adapter to external resourcesAndrey Loskutov1-2/+1
2015-06-26Fix EGit NP setup for Eclipse 3.8.2Andrey Loskutov1-0/+1
2015-06-24Prepare 4.0.2-SNAPSHOT buildsMatthias Sohn2-19/+19
2015-06-24EGit v4.0.1.201506240215-rv4.0.1.201506240215-rMatthias Sohn2-2/+2
2015-06-23Enable NPE analysis in EGitAndrey Loskutov2-3/+7

Back to the top