Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Adapt to JGit API changesMatthias Sohn1-1/+1
2022-11-20Apply code cleanup "use multi-catch"Matthias Sohn2-9/+3
2022-07-15Improve the layout in the SimpleConfigure{Push,Fetch}DialogThomas Wolf1-4/+4
2022-06-22[staging] Show core.commentChar in a tooltipThomas Wolf1-5/+53
2022-06-22Re-evaluate core.commentChar when amendingThomas Wolf1-7/+39
2022-06-03Add support for external diff and merge tools in EGitAndre Bossert1-0/+2
2022-03-27[staging] Push options for "Commit & Push"Thomas Wolf1-12/+87
2022-03-26Use core.commentChar when editing commit messagesThomas Wolf5-19/+108
2022-02-18BranchConfigurationDialog: support setting the pushRemoteThomas Wolf1-5/+34
2022-02-06Commit message rewording: preview, sign-off, and change-idThomas Wolf1-2/+4
2022-02-01[staging] Provide a commit message previewThomas Wolf1-3/+16
2022-02-01Clean commit messages consistently, and syntax-color comment linesThomas Wolf4-24/+346
2021-12-06Support commit.template config propertyJulian Ruppel1-1/+1
2021-09-30Use a lambda as ComparatorThomas Wolf1-17/+9
2021-09-30SWT colors don't need to be disposed anymoreThomas Wolf1-15/+4
2021-09-29Don't use deprecated IProgressMonitorWithBlockingThomas Wolf1-11/+2
2021-09-29Don't use deprecated FilteredTree constructorThomas Wolf1-1/+1
2021-09-29Properly generify an overrideThomas Wolf2-6/+6
2021-09-29[releng] Switch to BREE Java 11Thomas Wolf1-4/+8
2021-09-02Handle long error messages in InputDialogThomas Wolf1-0/+82
2021-07-14Change singletons to enumeration literalsThomas Wolf6-8/+8
2021-05-19API: RevUtils and factory methods for IFileRevisionsThomas Wolf1-2/+2
2021-05-19Provide a GitInfo accessor interface as APIThomas Wolf1-5/+4
2021-04-03Handle modify-delete conflicts in "Replace With->Ours/Theirs"Thomas Wolf1-1/+2
2021-03-11[osgi] Disperse the EGit core Activator into OSGi dynamic servicesThomas Wolf6-12/+11
2021-02-19GPG signing: preference to choose between BC and external GPGThomas Wolf2-3/+4
2021-02-19GPG signing: detect GPG trying to do tty inputThomas Wolf1-0/+158
2021-02-19GPG signing: use an external GPG executableThomas Wolf2-3/+26
2021-02-16[tag signing] Warn in UI if no key found for user.signingKeyThomas Wolf1-0/+15
2021-02-11Replace EGit core Activator.getPluginId() by Activator.PLUGIN_IDThomas Wolf1-1/+1
2021-02-11Eliminate Activator.getPluginId() in EGit UIThomas Wolf2-3/+3
2021-02-11EGit UI DebugOptionsListener as a OSGi declarative serviceThomas Wolf1-3/+14
2021-02-08Adapt to JGit GpgObjectSigner interface changesThomas Wolf2-6/+10
2020-12-28Include key ID in message when no GPG key can be foundThomas Wolf1-1/+8
2020-12-11CreateTagDialog: fix determining an existing tagThomas Wolf1-8/+15
2020-12-11CreateTagDialog: avoid caret jumping to the frontThomas Wolf1-4/+16
2020-12-11Support signed tagsThomas Wolf2-44/+68
2020-10-01Better secure store handling for SSH key passphrasesThomas Wolf1-5/+10
2020-06-04Show repository name in commit dialogMichael Keppler1-1/+4
2020-05-23Disable "sign" button if no GpgSigner is presentThomas Wolf1-0/+7
2020-03-29[cleanup] Remove no longer needed CommonUtils.getService()Thomas Wolf1-1/+1
2020-03-06Using for-each loop in egit.ui.internalLars Vogel1-2/+2
2019-12-28Enable and execute cleanup "Push down negations"Michael Keppler1-1/+1
2019-12-22Use method references where possibleMichael Keppler3-12/+10
2019-12-13[repo view] Simpler refresh, better decorator setup, simpler listenersThomas Wolf1-2/+2
2019-11-28Check deletion enablement in key listenerMichael Keppler1-1/+1
2019-11-22Allow refspec deletion via key in refspec config dialogMichael Keppler1-0/+11
2019-11-22Branch selection dialog improvementsThomas Wolf2-3/+11
2019-11-12Sort branches in branch selection dialog like in repo viewMichael Keppler1-5/+2
2019-10-01Simplify collection.toArray() callsMichael Keppler1-1/+1

Back to the top