Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-02-06Commit message rewording: preview, sign-off, and change-idThomas Wolf1-1/+1
2022-02-01Clean commit messages consistently, and syntax-color comment linesThomas Wolf1-13/+3
2021-10-01Resolve compiler warnings in the gitflow InitDialogThomas Wolf1-21/+22
2021-09-29Don't use deprecated ImageDescriptor.getImageData()Thomas Wolf1-66/+8
2021-09-29Don't use deprecated FilteredTree constructorThomas Wolf1-2/+1
2021-09-02Handle long error messages in InputDialogThomas Wolf1-25/+9
2021-08-29Fix: Gitflow Start-Dialogs do not fully display long Error Messages.Max Hohenegger1-0/+5
2021-07-14Change singletons to enumeration literalsThomas Wolf2-2/+2
2021-03-11[osgi] Disperse the EGit core Activator into OSGi dynamic servicesThomas Wolf2-4/+5
2021-01-31Fix: Missing whitespace after branch name in UI text.Max Hohenegger1-1/+1
2020-09-27Migrate remote connection timeout preference to EGit coreThomas Wolf4-15/+13
2019-12-30Fix: Gitflow Publish is silent on failure.Max Hohenegger2-3/+51
2019-12-26Gitflow start operations should support branch name normalization.Max Hohenegger1-1/+11
2019-11-16Prevent NPE in GitFlowLightweightDecoratorThomas Wolf1-2/+7
2019-11-12Decorators: cache more repository stateThomas Wolf2-63/+30
2019-10-23Fix broken "start release" from commit in history viewMax Hohenegger2-18/+15
2019-09-05Cache more repository state for re-use in the UI threadThomas Wolf1-19/+21
2019-08-21Fix silent failure on conflicting checkout after branch creation.Max Hohenegger4-9/+67
2019-06-10Remove pre-Mars adapter workaroundMichael Keppler1-1/+2
2019-05-01Get display instance from workbenchMichael Keppler1-2/+3
2019-04-14Always use 7 characters for short SHA1Michael Keppler2-2/+3
2019-03-21Handle expected value in property testersThomas Wolf1-2/+6
2019-03-18Use UIRepositoryUtils.showCleanupDialog()Thomas Wolf3-38/+10
2019-03-17Gitflow: Validate branch name only different in caseMichael Keppler6-54/+49
2019-03-16Generify most getAdapter() methodsThomas Wolf1-26/+28
2019-03-15Replace "Checkout" by "Check Out" when used as a verbThomas Wolf1-1/+1
2019-02-19Fix typos in NLS keysMichael Keppler3-3/+3
2019-02-17Avoid camelCase writing for workbenchMichael Keppler1-2/+2
2018-10-21Use verbs instead of OKMichael Keppler11-6/+94
2018-10-17[gitflow] Honor gitflow.feature.start.fetch=trueMax Hohenegger1-1/+5
2018-10-15Fixed: Gitflow ignores configured timeoutMax Hohenegger2-3/+3
2018-08-13Fix filter in reflog viewMichael Keppler1-19/+3
2018-05-29Update license to EPL-2.0Matthias Sohn41-82/+164
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

Back to the top