Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-19Prevent premature UI refreshes by batching resource changed eventsMatthias Sohn26-54/+92
2014-02-18[historyView] Fix flickering of commit message scroll bars on mouse moveRobin Stocker1-1/+0
2014-02-16Push Branch: Preselect merge/rebase if branch already configuredRobin Stocker1-14/+42
2014-02-16Push Branch: Add checkbox for force pushRobin Stocker4-2/+24
2014-02-16[historyView] Ref shortening with "..." can be longer than originalRobin Stocker2-6/+9
2014-02-16Make "Clean..." available on project under Team > AdvancedRobin Stocker3-39/+32
2014-02-16Disable cleaning if selection is emptyMatthias Sohn4-0/+29
2014-02-15In 'Search Git Repositories' wizard resolve variables in repository pathTomasz Zarna1-3/+1
2014-02-13[historyView] Option to shorten long branch and tag names at startJan Koops5-1/+15
2014-02-13Show rebase result status text in red for all failure statesKonrad Kügler1-7/+4
2014-02-13UI support for pruned references in fetch resultsKonrad Kügler3-1/+30
2014-02-13Add a config option for the default source ref when branchingGerd Zanker4-39/+51
2014-02-12Show author and committer info for commits in Interactive Rebase viewKonrad Kügler3-30/+110
2014-02-11Add ability to squash commits directly from the history view.Maik Schreiber10-5/+344
2014-02-07Fix SWTExeption: Widget is disposed in StagingViewMatthias Sohn1-1/+1
2014-02-06[stagingView] Improve performance of switching presentationRobin Stocker1-6/+28
2014-02-06[stagingView] Store IFile/IContainer for entriesRobin Stocker2-19/+20
2014-02-06[stagingView] Store children for tree nodes instead of scanningRobin Stocker3-76/+130
2014-02-05Fix "Git Tree Compare" not showing folders that don't exist in workspaceRobin Stocker1-471/+295
2014-02-01Allow to create configuration entries containing dotsMatthias Sohn3-4/+10
2014-01-31Fix endless loop of GenerateHistoryJobStefan Lay2-9/+42
2014-01-25Only show scroll bars in message text field when necessaryRobin Stocker1-0/+1
2014-01-25Revert "Use scrolling instead of soft-wrap in commit message text field"Matthias Sohn1-2/+1
2014-01-20Avoid NPE when push refspec doesn't specify destination refMatthias Sohn1-4/+4
2014-01-15Remove unused parameter in AbstractRebaseCommandHandlerStefan Lay1-3/+3
2013-12-20Use scrolling instead of soft-wrap in commit message text fieldRobin Stocker1-1/+2
2013-12-19Only show scroll bars of text fields when necessaryRobin Stocker2-0/+2
2013-12-19Rename "Commit Dialog" preference page to "Committing"Robin Stocker5-38/+38
2013-12-19Merge branch 'stable-3.2'Matthias Sohn6-37/+95
2013-12-18Prepare post 3.2.0 buildsstable-3.2Matthias Sohn2-2/+2
2013-12-18EGit v3.2.0.201312181205-rv3.2.0.201312181205-rMatthias Sohn2-2/+2
2013-12-16Respect whitespace visibility preferences in commit message editorsRobin Stocker1-6/+53
2013-12-16Case insensitive order in branch selection dialogsMichael Keppler1-3/+4
2013-12-16Merge "Fix displaying effective git configuration in properties view" into st...Matthias Sohn1-3/+5
2013-12-16[repoView] Fix "Merge..." not respecting options of dialogRobin Stocker1-7/+14
2013-12-16Fix displaying effective git configuration in properties viewMatthias Sohn1-3/+5
2013-12-16Merge "Fix displayed name of submodule repo with Git 1.7.8 layout" into stabl...Matthias Sohn1-11/+11
2013-12-16Merge changes Ib67a4593,Iecf1c85f into stable-3.2Matthias Sohn1-9/+7
2013-12-16LoginDialog should respect 'Store in Secure Store' preferenceMatthias Sohn1-1/+5
2013-12-15Fix displayed name of submodule repo with Git 1.7.8 layoutRobin Stocker1-11/+11
2013-12-15Fix importing of submodule repositories using Git 1.7.8 layoutRobin Stocker1-9/+7
2013-12-13Merge branch 'stable-3.2'Matthias Sohn27-416/+758
2013-12-12Create Branch: Change source selection from combo to selection dialogRobin Stocker3-120/+153
2013-12-12Prompt if there are unsaved files on stashBen Hammen1-0/+3
2013-12-12Strip git clone from pasted URLSascha Vogt1-0/+3
2013-12-12Improve order of menu entries in "Replace With" and "Compare With"Robin Stocker2-33/+33
2013-12-12Revert "Improve order of menu entries in "Compare With" menu"Robin Stocker8-119/+178
2013-12-12Revert "Improve order of menu entries in "Replace With" menu"Robin Stocker7-97/+160
2013-12-09Make Merge Tool work for non-workspace filesRobin Stocker7-65/+216
2013-12-09[stagingView] Fix flickering when switching between reposRobin Stocker2-11/+11

Back to the top