Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-07Use compiler settings from JGit (mostly)Robin Rosenberg3-7/+111
2012-11-15Make GitRepositoriesViewRepoDeletionTest more reliableRobin Stocker1-3/+7
2012-11-14Increase default SWTBot timeout to 20 secondsRobin Stocker1-1/+1
2012-11-04Suppress discouraged access warnings in testsRobin Stocker3-1/+4
2012-11-02InstanceScope() and DefaultScope() constructors are deprecatedTomasz Zarna2-2/+2
2012-10-27Allow users to push to upstream when committing in the staging viewAndré Dietisheim1-1/+1
2012-10-08Hard wrap should insert line breaks after user finishes editingMarkus Keller1-19/+18
2012-09-19Prepare 2.2.0 buildsMatthias Sohn2-14/+14
2012-09-15Use assertEquals instead of == for some non-literal expected valuesRobin Rosenberg1-1/+2
2012-09-14Use assertEquals instead of == for literal primitivesRobin Rosenberg2-10/+10
2012-09-02[historyView] Rebase: Pass a better Ref as upstreamRobin Stocker1-3/+25
2012-08-27Merge "Improve hard wrapping by joining the line after a wrapped line"Stefan Lay1-1/+50
2012-08-26Squash merge commits in Merge wizardTomasz Zarna1-0/+76
2012-08-26[repoView] Add Delete command for files and foldersRobin Stocker1-0/+56
2012-08-25Improve hard wrapping by joining the line after a wrapped lineRobin Stocker1-1/+50
2012-08-17Speed up building of the sync cache using dircacheiteratorRobin Rosenberg1-0/+6
2012-08-05Containers with deleted files should be decorated as dirtyRobin Stocker1-0/+26
2012-07-16[findBugs] Make variables set in @Before non-staticRobin Stocker4-4/+4
2012-07-08Enforce the use of Java5 API:s only (with a few exceptions)Robin Rosenberg2-0/+100
2012-07-03Don't treat optional problems like fatal errorsDani Megert1-1/+34
2012-06-13Prepare 2.1.0 buildsMatthias Sohn2-14/+14
2012-06-13Prepare post 2.0.0.201206130900-r buildsstable-2.0Matthias Sohn2-4/+4
2012-06-13EGit v2.0.0.201206130900-rv2.0.0.201206130900-rMatthias Sohn2-4/+4
2012-06-11Add a "Previous Version" option to the Replace With menuMathias Kinzler3-7/+211
2012-06-06Prepare next 2.0.0-SNAPSHOT buildsMatthias Sohn2-4/+4
2012-06-06EGit v2.0.0.201206060730-rc3v2.0.0.201206060730-rc3Matthias Sohn2-4/+4
2012-06-06Removed unnecessary @SuppressWarningsRobin Rosenberg1-1/+0
2012-05-31Prepare next 2.0.0-SNAPSHOT buildsMatthias Sohn2-4/+4
2012-05-30EGit v2.0.0.201205301645-rc2v2.0.0.201205301645-rc2Matthias Sohn2-4/+4
2012-05-30Git API does not declare GitAPIException call() and related changesRobin Rosenberg1-9/+3
2012-05-21Use JGit ResetCommandKevin Sawicki3-3/+3
2012-05-21Fix BranchAndResetActionTestMathias Kinzler1-7/+10
2012-05-17[historyView] Show commit SHA-1 in first columnKevin Sawicki1-4/+4
2012-05-15Do not run tests using maven-surefire-plugin in OSGi environmentMatthias Sohn1-28/+4
2012-05-11Merge "Update tycho version to 0.14.1"Matthias Sohn2-15/+9
2012-05-11Update tycho version to 0.14.1Matthias Sohn2-15/+9
2012-05-09[repoView] Enable branch commit command by defaultKevin Sawicki4-0/+16
2012-04-30Merge "Revert "Save Actions for removing braces of one-line statements""Robin Rosenberg1-55/+0
2012-04-29Fix the decoration of untracked foldersRobin Rosenberg1-17/+9
2012-04-27Revert "Save Actions for removing braces of one-line statements"Robin Stocker1-55/+0
2012-04-27Merge "Fix decorations involving ignored files"Robin Rosenberg1-0/+74
2012-04-25Allow to show/edit branch configurationMathias Kinzler1-0/+130
2012-04-25Fix decorations involving ignored filesRobin Rosenberg1-0/+74
2012-04-23Reuse BranchRenameDialog in Repositories ViewMathias Kinzler1-6/+4
2012-04-18Create Patch on staged file brokenTomasz Zarna2-2/+41
2012-04-03Close Synchronize View after each synchronize testMatthias Sohn1-4/+9
2012-04-01[sync] New 'Git Commit Model' implementationDariusz Luksza12-224/+187
2012-03-22Add support for "workspace patches"Tomasz Zarna7-33/+133
2012-03-20Show branch name in dialog title and messageKevin Sawicki2-5/+7
2012-03-13Make the staging view use the IndexDiffCacheMarkus Duft1-2/+2

Back to the top