Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-23Reveal newly created entry in configuration editorMichael Keppler1-0/+19
2018-06-13EGit integration for LFSMarkus Duft2-0/+40
2018-05-29Update license to EPL-2.0Matthias Sohn16-32/+64
2018-01-17More appealing layout on git project property pageMichael Keppler1-2/+0
2017-07-14Disable delete config section button for no selectionMichael Keppler1-6/+2
2017-07-09Fix alignment of buttons in git config preference pagesMichael Keppler1-1/+3
2017-06-05Backwards compatibility with Eclipse Luna & MarsThomas Wolf1-1/+2
2017-03-01Prevent creation of invalid git config keysThomas Wolf1-4/+37
2017-01-15Provide a way to configure RepositoryChangeScanner intervalAndrey Loskutov1-2/+20
2017-01-08Improve reporting from background fetch and push jobsThomas Wolf1-6/+21
2017-01-06[duplicate code] Unify saving in preference pagesThomas Wolf4-112/+175
2017-01-06Merge branch 'stable-4.6'Matthias Sohn3-6/+6
2017-01-05Ensure backwards-compatibility with Eclipse MarsThomas Wolf3-6/+6
2017-01-05[findbugs] resolve SF_SWITCH_NO_DEFAULT warningsThomas Wolf1-4/+13
2016-12-12Make auto-staging of files being moved configurableMatthias Sohn1-0/+11
2016-12-12Make auto-staging of files being deleted configurableMatthias Sohn1-2/+46
2016-09-28Use UIUtils.getControlIndent() instead of hard-coded 20Thomas Wolf1-5/+2
2016-08-15Introduce "General" group to cleanup layout of "Committing" preferencesMatthias Sohn1-18/+32
2016-08-15Auto-stage selected files on "Commit..." when staging view is usedThomas Wolf1-1/+47
2016-08-04Save preference stores in preference pagesThomas Wolf2-12/+72
2016-04-22Avoid IAE when disposing GitDecoratorPreferencePageThomas Wolf1-3/+7
2016-04-20Remove redundant type information from org.eclipse.egit.uiLars Vogel3-16/+16
2016-04-03When running "Commit" action open staging view instead of commit dialogMatthias Sohn1-0/+5
2016-02-29Decorate IFolders that are submodule working directory rootsThomas Wolf1-3/+24
2016-02-11Fix "Git > Date Format" preference page message bugsMarkus Keller1-7/+1
2016-02-11Fix logic for detecting whether there are unstaged changesThomas Wolf1-81/+9
2016-02-04Use default preferences for preferred MergeStrategyLaurent Delaigue1-1/+7
2016-01-09Finish implementation of decoration of files marked assume-unchangedMatthias Sohn1-16/+16
2015-12-06Fix DateFormatPreferencePage.getDifferentTimeZoneThomas Wolf1-3/+11
2015-12-06Synchronize View: show 'Add To Index' only when applicableThomas Wolf1-0/+5
2015-11-30Extract non-decoration things into new IResourceStateThomas Wolf1-17/+25
2015-11-14Replaced CommonUtils.getAdapter*() methods with AdapterUtils.adapter()Andrey Loskutov1-4/+4
2015-10-12Fix behavior of "Restore Defaults" in DateFormatPreferencePageThomas Wolf1-13/+26
2015-10-04Configurable date format used consistently throughout EGitThomas Wolf2-45/+321
2015-09-13Introduce new preference page for Staging viewAndrey Loskutov1-0/+52
2015-09-11Add check for warnings and errors before commitPawel Nowak1-4/+117
2015-09-03Ensure that preferred merge strategy is stored in core preferencesLaurent Delaigue1-8/+43
2015-09-03Make check for empty second line configurableChristian Georgi1-0/+8
2015-08-30Introduce a mergeStrategy extension point.Laurent Delaigue1-1/+56
2015-08-14Use default repository location for all import wizardsAndrey Loskutov1-1/+17
2015-08-02Add default limit for number of shown lines in historyAndrey Loskutov1-0/+3
2015-07-07Test stability: GlobalConfigurationPageTest swtbot workaroundsAndrey Loskutov1-1/+7
2015-06-23Null-annotated RepositoryMapping, ResourceUtils & SelectionUtilsAndrey Loskutov1-11/+14
2015-05-24Allow to switch the branch sequence off in the commit message viewerAndrey Loskutov1-0/+3
2015-05-24Remove gitprefix in egitAndrey Loskutov3-99/+5
2015-03-24Add missing @Override annotations to org.eclipse.egit.uiLars Vogel12-0/+100
2015-03-02Replace deprecated RevWalk.close()Matthias Sohn1-4/+1
2015-02-27Fix unnecessary cast errors from generified IAdaptable#getAdapter(..)Dani Megert1-2/+3
2014-04-26Disable logical model from preferencesArthur Daussy1-0/+3
2014-04-19Warn when switching branches and a launch is running for the repoRobin Stocker1-0/+4

Back to the top