Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-10-12Staging View: only use IFile if project is managed by EGitThomas Wolf1-0/+140
2023-07-22Team->Share: consider init.defaultBranchThomas Wolf1-0/+15
2023-05-24GitCloneSourceProviderExtensionTest should not depend on provider orderMatthias Sohn1-14/+29
2023-04-30Use maven artifacts and bump baseline to Eclipse 4.26Thomas Wolf4-27/+49
2023-01-14Don't switch to current branchMichael Keppler1-2/+2
2022-11-20Add missing @Override annotationMatthias Sohn1-0/+1
2022-11-20Apply code cleanup "apply diamond operator"Matthias Sohn3-3/+3
2022-11-20Update Orbit to S20221118032057Thomas Wolf1-19/+62
2022-11-13Use rename detection in some comparisonsThomas Wolf1-0/+91
2022-10-24Push: show pre-push hook output in PushResultDialogThomas Wolf1-1/+51
2022-06-07Fixed reading config for diff or merge tool, externalized stringsSimeon Andreev3-15/+267
2022-06-04Add EGit preferences for external diff tools per file extensionSimeon Andreev3-0/+372
2022-06-03Changed dependency from org.hamcrest to org.hamcrest.libraryAndrey Loskutov1-1/+1
2022-05-27BlameRevision: fix showing changes for revisions renaming a fileThomas Wolf1-0/+97
2022-03-26Use core.commentChar when editing commit messagesThomas Wolf1-8/+22
2022-02-24PushBranchWizard: disable finish when there are errorsThomas Wolf2-2/+17
2022-02-18PushBranchWizard: allow bypassing the confirmation pageThomas Wolf3-1/+43
2022-02-18Push to Upstream: use more git config, and ask user if neededThomas Wolf2-15/+122
2022-02-16[staging] Improve "Commit & Push" push behaviorThomas Wolf1-0/+103
2022-02-01Clean commit messages consistently, and syntax-color comment linesThomas Wolf1-0/+18
2021-11-24GitCloneWizardTestBase: ignore errors during cleanupMatthias Sohn1-2/+4
2021-11-24Temporarily ignore GitCloneWizardHttpsTestMatthias Sohn1-0/+2
2021-10-12Refactor the FetchGerritChangePageThomas Wolf1-91/+92
2021-10-11Improve git URL extraction from clipboard contentThomas Wolf1-0/+61
2021-09-29Remove TestUtil.processUIEvents()Thomas Wolf18-114/+56
2021-09-29[releng] Switch to BREE Java 11Thomas Wolf15-91/+194
2021-09-24Remove references to the CVS featureThomas Wolf2-5/+0
2021-07-28[compare] Ensure HiddenResources can create linked IFilesThomas Wolf1-0/+33
2021-07-18[staging view] Use custom drawing for the conflict type indicatorThomas Wolf1-1/+0
2021-07-14Change singletons to enumeration literalsThomas Wolf51-120/+107
2021-06-15[releng] Force --release and use BREE to run testsstable-5.12Thomas Wolf1-0/+34
2021-06-01[merge] Use working tree filtered to 'ours' as input for conflictsThomas Wolf1-0/+95
2021-06-01[merge] Detect conflicting files underneath ignored foldersThomas Wolf1-0/+40
2021-06-01[merge] Fix base for cherry-picks and rebasesThomas Wolf2-5/+70
2021-06-01[merge] Record in index whether conflicting file has been updatedThomas Wolf1-1/+55
2021-05-26[test] Try to stabilize StagingViewTestThomas Wolf1-0/+7
2021-05-19GitInfo API: access to commit ID and index stateThomas Wolf2-7/+7
2021-04-03Simplify labels for "Replace With->Ours/Theirs"Thomas Wolf1-9/+3
2021-04-03Add "Replace With->Ours/Theirs" sub-menus for IFilesThomas Wolf1-2/+80
2021-04-03Handle modify-delete conflicts in "Replace With->Ours/Theirs"Thomas Wolf1-0/+99
2021-03-11[osgi] Disperse the EGit core Activator into OSGi dynamic servicesThomas Wolf50-194/+152
2021-02-11Replace EGit core Activator.getPluginId() by Activator.PLUGIN_IDThomas Wolf2-4/+4
2021-02-11EGit UI DebugOptionsListener as a OSGi declarative serviceThomas Wolf1-3/+3
2021-02-11Simplify the EGit UI Activator by using OSGi declarative servicesThomas Wolf1-10/+9
2021-02-07Try to stabilize core testsThomas Wolf1-0/+1
2021-01-15Fix order in DiffEditorOutlinePage againThomas Wolf1-0/+23
2020-12-11CreateTagDialog: fix determining an existing tagThomas Wolf1-0/+18
2020-12-11Support signed tagsThomas Wolf3-37/+31
2020-11-23Enable "Replace with HEAD" in more casesThomas Wolf1-0/+69
2020-04-21Allow to select bundle files as source URIsKonrad Windszus1-7/+7

Back to the top