Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-26Fix EGit NP setup for Eclipse 3.8.2Andrey Loskutov1-0/+1
2015-06-23Enable NPE analysis in EGitAndrey Loskutov2-4/+8
2015-06-09Merge branch 'stable-4.0'Matthias Sohn1-0/+2
2015-06-09Prepare 4.0.1-SNAPSHOT buildsMatthias Sohn2-13/+13
2015-06-09EGit v4.0.0.201506090130-rv4.0.0.201506090130-rMatthias Sohn2-2/+2
2015-06-08Ignore build result folders for gitflow bundlesMatthias Sohn1-0/+2
2015-06-03Prepare 4.1.0-SNAPSHOT buildsMatthias Sohn2-13/+13
2015-06-02Prepare post 4.0-RC3 buildsMatthias Sohn2-2/+2
2015-06-02EGit v4.0.0.201506020755-rc3v4.0.0.201506020755-rc3Matthias Sohn2-2/+2
2015-05-31[gitflow] explicitly notify the user about merge/rebase conflictsMax Hohenegger3-27/+30
2015-05-18[gitflow] fixed build warningsMax Hohenegger3-2/+15
2015-05-18[gitflow] fixed unnecessary locking of resourcesMax Hohenegger4-5/+54
2015-05-15Extend EGit to allow use of git-flowMax Hohenegger37-0/+2958

    Back to the top