Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-27Prepare 4.7.0-SNAPSHOT buildsMatthias Sohn2-15/+15
2016-12-24Prepare 4.6.1-SNAPSHOT buildsMatthias Sohn2-15/+15
2016-12-24EGit v4.6.0.201612231935-rv4.6.0.201612231935-rMatthias Sohn2-2/+2
2016-11-02Avoid NPE that can occur during finishing a Gitflow releaseMax Hohenegger3-2/+14
2016-11-02Fix incomplete null analysis configurationMax Hohenegger4-5/+5
2016-10-30Merge branch 'stable-4.5'Matthias Sohn1-0/+2
2016-10-28[gitflow] Set PersonIdent when creating a tag while finishing releaseMatthias Sohn1-0/+2
2016-10-20Handle rebase modes 'preserve' and 'interactive' in EGitThomas Wolf1-3/+3
2016-09-23Improve listing in "Report Bug or Enhancement" dialogMatthias Sohn1-1/+1
2016-09-21Prepare 4.5.1-SNAPSHOT buildsMatthias Sohn2-14/+14
2016-09-21EGit v4.5.0.201609210915-rv4.5.0.201609210915-rMatthias Sohn2-2/+2
2016-09-20Change EGit minimum execution environment to JavaSE-1.8Matthias Sohn3-5/+5
2016-09-19Prepare 4.6.0-SNAPSHOT buildsMatthias Sohn2-14/+14
2016-06-01Prepare 4.5.0-SNAPSHOT buildsMatthias Sohn2-14/+14
2016-05-18Mark branding plugin and gitflow plugin as singletonsMatthias Sohn1-1/+1
2016-04-08Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2-14/+14
2016-04-08Prepare 4.3.1-SNAPSHOT buildsMatthias Sohn2-14/+14
2016-04-07EGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn2-2/+2
2016-04-07EGit v4.3.0.201604071045-rMatthias Sohn2-2/+2
2016-04-05Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2016-03-23EGit v4.3.0.201603230630-rc1v4.3.0.201603230630-rc1Matthias Sohn2-2/+2
2016-02-08Fixed enablement of Gitflow command for creating release from commitMax Hohenegger1-0/+30
2016-02-03Ensure that all source bundles contain about.htmlMatthias Sohn1-1/+2
2016-01-21Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn2-14/+14
2015-12-30Fixed warnings "Deprecated": Use Repository#exactRef(..) or findRef(..)Max Hohenegger3-4/+4
2015-11-23Fix 'GitFlow doesn't use configured timeout for remote git commands'Max Hohenegger3-5/+46
2015-11-16Switching to JGit nullness annotationsAndrey Loskutov1-2/+2
2015-11-16Follow up on adding nullness annotations to the o.e.jgit.lib.RepositoryAndrey Loskutov3-6/+6
2015-11-15Follow JGit, use org.eclipse.jgit.annotations.Nullable in EGit tooAndrey Loskutov1-1/+3
2015-10-02Fix violations of nullable annotationMax Hohenegger5-9/+23
2015-09-28Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2-14/+14
2015-09-28Prepare 4.1.1-SNAPSHOT buildsMatthias Sohn2-14/+14
2015-09-28EGit v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn2-2/+2
2015-09-28Fix potential NPE in ReleaseStartOperation.findHead()Matthias Sohn1-1/+4
2015-09-27Fixed potential NPE in GitFlowRepository::findHeadMax Hohenegger1-3/+9
2015-09-27Fixed 'When on master branch, gitflow options are disabled.'Max Hohenegger2-32/+7
2015-09-21Added support for keeping branch after Gitflow feature finishMax Hohenegger3-8/+23
2015-09-21Use save action to add missing @Override annotations on saveMatthias Sohn1-3/+9
2015-09-10Fixed: Specifying non-existing master does not abort initializationMax Hohenegger3-0/+18
2015-09-10Fixed Findbugs warning: Usage of known nullMax Hohenegger1-1/+1
2015-09-09Fixed 'Merges do not appear to be using --no-ff flag'Max Hohenegger4-12/+58
2015-09-07Fixed 'Finishing a release is tagging develop branch instead of master'Max Hohenegger2-2/+4
2015-08-31Fix issues in OSGi manifestsMatthias Sohn1-2/+16
2015-08-24Initializing a Gitflow repository should allow changing branch namesMax Hohenegger3-13/+264
2015-08-15Fix NPE in GitFlowRepository.isDevelop()Max Hohenegger1-3/+2
2015-08-14FeatureFinishOperation: added missing @since 4.1 tagAndrey Loskutov1-0/+1
2015-08-14GitFlowOperation:added missing @since 4.1 tagsAndrey Loskutov1-0/+2
2015-08-14[gitflow] Implement squash parameter for feature finishMax Hohenegger3-8/+51
2015-07-22[gitflow] Fix feature rebase which sometimes fails silentlyMax Hohenegger1-3/+5
2015-06-28Fixed NPE if repository.getBranch() is undefinedAndrey Loskutov1-6/+13

Back to the top