Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-18Use isEmpty() instead of size()==0 where possibleCarsten Hammer3-3/+3
2019-04-14Always use 7 characters for short SHA1Michael Keppler2-3/+6
2019-04-08upgrade jdt preferencesMichael Keppler2-1/+43
2019-03-24Set minimum versions to the ones from Neon.0Thomas Wolf1-10/+10
2019-03-18Reset only conflicting paths in a checkout conflictThomas Wolf1-0/+15
2019-03-18Fix egit name shadowing warningsMichael Keppler1-2/+2
2019-03-18Fix typosMichael Keppler1-2/+2
2019-03-17Remove unnecessary @SuppressWarningsMichael Keppler1-2/+0
2019-03-17Gitflow: Validate branch name only different in caseMichael Keppler1-1/+1
2019-03-16Generify most getAdapter() methodsThomas Wolf5-25/+20
2019-03-16Replace usages of deprecated Repository methodsThomas Wolf4-11/+25
2019-03-07Prepare 5.4.0-SNAPSHOT buildsMatthias Sohn2-40/+40
2019-02-20Avoid NPE on File.list() return valuesMichael Keppler1-1/+2
2019-02-18Avoid excessive pruning in RepositoryCacheThomas Wolf1-48/+82
2019-02-17Make merge viewers react better on outside changesThomas Wolf1-0/+4
2019-02-06Don't create a PathFilterGroup if any of the paths is emptyThomas Wolf1-2/+9
2019-02-02Use PathFilterGroup where possible instead of or-ed PathFiltersThomas Wolf1-23/+10
2019-01-27EGit should respect the SSH2 home directory from the preferencesThomas Wolf1-0/+1
2019-01-16Allow to sign commitsGunnar Wagenknecht1-3/+17
2019-01-06Fix typo in commentMichael Keppler1-1/+1
2019-01-04Inline RawParseUtils.UTF8_CHARSETMichael Keppler1-2/+2
2019-01-04Replace FileInputStream and FileOutputStream with static Files methodsMatthias Sohn2-13/+9
2018-12-29Log nested exceptions when canceling pull operationMichael Keppler2-4/+20
2018-12-24Use plurals in localizationMichael Keppler2-4/+4
2018-12-20Minor clean-ups in SshPreferencesMirrorThomas Wolf1-3/+4
2018-12-14Ref name validation: test for the exact nameThomas Wolf1-1/+1
2018-12-13Switch SSH default from JSch to Apache MINA sshdThomas Wolf1-1/+1
2018-12-03Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2-40/+40
2018-12-02Consider the default scope in the SshPreferencesMirrorThomas Wolf1-6/+8
2018-12-02Use default ssh keys if none configured in preferences.Thomas Wolf1-6/+3
2018-11-30Prepare 5.2.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2018-11-28EGit v5.2.0.201811281532-m3v5.2.0.201811281532-m3Matthias Sohn2-2/+2
2018-11-21Refactoring: Moved refName validation method to core for better re-useMax Hohenegger3-0/+101
2018-11-21Fix usage of deprecated charset constantsMichael Keppler1-5/+4
2018-11-20Have test base classes in new plugin for better reuseMichael Keppler1-3/+4
2018-11-20Unify gitignore rules in a single top level fileMichael Keppler1-2/+0
2018-11-20Unify writing of SSH/sshMichael Keppler1-4/+4
2018-11-17Include the Apache MINA ssh clientThomas Wolf9-29/+537
2018-11-16Use custom JobGroup for PullOperationAndrey Loskutov1-1/+19
2018-11-12Reflog & staging view: react when a compare editor becomes activeThomas Wolf5-2/+72
2018-11-03Parallelize multi-repository pullKarsten Thoms5-87/+143
2018-11-03Refactor listeners to CopyOnWriteArrayListMichael Keppler3-38/+68
2018-11-01ConfigureGerritAfterCloneTask - relax matching Gerrit versionMarkus Duft1-10/+20
2018-10-20Merge branch 'stable-5.1'Matthias Sohn1-3/+1
2018-10-20Prepare 5.1.4-SNAPSHOT buildsstable-5.1Matthias Sohn2-39/+39
2018-10-20EGit v5.1.3.201810200350-rv5.1.3.201810200350-rMatthias Sohn2-2/+2
2018-10-20Do not use virtual memory mapping by defaultMatthias Sohn1-3/+1
2018-10-15Releng: Store all project settings explicitlyMichael Keppler3-3/+61
2018-10-08Formatting fixes for multi-repo branch switchThomas Wolf1-38/+26
2018-10-07Merge branch 'stable-5.1'Matthias Sohn2-2/+12

Back to the top