Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-23[sync] Support extracting remote name from remote tracking configDariusz Luksza1-2/+15
2011-05-21Fix reading of stored credentials by stripping the uri path on storeCarsten Pfeiffer1-2/+2
2011-05-17Update to tycho version 0.12Chris Aniszczyk1-2/+2
2011-05-17[findBugs] Use StringBuilder to concatenate Strings in a loopMatthias Sohn1-5/+9
2011-05-13Commit Dialog: enable diff for non workspace filesJens Baumgart3-2/+100
2011-05-12[sync] Add 'Push' action into sync-view toolbarDariusz Luksza1-14/+46
2011-05-12Allow committing non workspace changesJens Baumgart1-118/+127
2011-05-06Add Replace With HEAD, commit, and ref menu actionsKevin Sawicki1-20/+26
2011-05-03Present reset in the reflog like C Git does nowadaysRobin Rosenberg1-2/+1
2011-05-03Qualify post-0.12 buildsMatthias Sohn2-25/+25
2011-05-02Merge branch 'stable-0.12'Matthias Sohn2-25/+25
2011-05-02EGit 0.12.1v0.12.1stable-0.12Matthias Sohn2-25/+25
2011-04-27Fix NullPointer when cloning empty repositoryStefan Lay1-1/+2
2011-04-25Allow delete multiple branches at onceDariusz Luksza1-17/+48
2011-04-21Merge branch 'stable-0.12'Matthias Sohn5-51/+56
2011-04-20Refactoring Branch operations (2): specific dialogsMathias Kinzler1-2/+1
2011-04-20Refactoring Branch operations (1): simplify Branch operationsMathias Kinzler3-41/+9
2011-04-20Enhance Change-Id configurationStefan Lay1-0/+46
2011-04-20[sync] Only supervise resources of type FILE.Kevin Sawicki1-2/+2
2011-04-18Make running static checks configurable in maven buildMatthias Sohn1-8/+0
2011-04-13Add Page for Gerrit push configuration to Clone WizardStefan Lay2-1/+102
2011-04-06Enable cherry-pick conflict resolutionRobin Stocker3-0/+19
2011-04-06Use JGit CloneCommandStefan Lay1-131/+22
2011-04-05[sync] Enable Workspace model by defaultDariusz Luksza1-3/+10
2011-04-05Proper result dialog when pulling from multiple RepositoriesMathias Kinzler3-21/+59
2011-04-04Never ignore project nodesPhilipp Thun1-2/+2
2011-03-31Check for trailing newline before writing to .gitignore file.Kevin Sawicki1-3/+35
2011-03-30Change ref parameter of CloneOperation to StringRobin Stocker1-13/+16
2011-03-28FindBugs: cleanup Egit CoreMathias Kinzler5-11/+22
2011-03-24Show failures during rebase to the userPhilipp Thun1-1/+1
2011-03-22[sync] Improve performance after commit 6c5e2ea0Dariusz Luksza1-21/+43
2011-03-22Replace Change-ID place holder in commit message of merge commitsJens Baumgart1-1/+3
2011-03-21Fix broken externalized stringsMatthias Sohn2-16/+0
2011-03-17CommitOperation: use JGit Commit CommandJens Baumgart3-285/+120
2011-03-17Prepare for JGit change I85726413790fc87721271c482f6636f81baf8b82Mathias Kinzler1-2/+8
2011-03-15Merge "[sync] Don't show ignored files in Workspace model"Chris Aniszczyk4-15/+48
2011-03-15Replace 'occured' by 'occurred'Philipp Thun5-10/+10
2011-03-14[sync] Don't show ignored files in Workspace modelDariusz Luksza4-15/+48
2011-03-08Fix Build after JGit change 9013e9e99Stefan Lay1-1/+1
2011-03-07Respect ignore rules in info/exclude and core.excludesfileMatthias Sohn1-0/+5
2011-03-02Merge "ContainerTreeIterator: remove caching of file length"Chris Aniszczyk1-66/+3
2011-03-02ContainerTreeIterator: remove caching of file lengthJens Baumgart1-66/+3
2011-03-02Fix NPE when cloning an empty repositoryStefan Lay1-2/+4
2011-02-26[sync] Fix resource out of sync exceptionDariusz Luksza1-8/+12
2011-02-25Fix NPE when comitting file added in index and deleted in worktreeRobin Rosenberg1-2/+2
2011-02-25Remove redundant initialization of GitProjectDataPhilipp Thun2-2/+16
2011-02-24[sync] Don't use String.isEmpty()Dariusz Luksza1-2/+2
2011-02-23[sync] Fix NPE when synchronizing empty repositoryDariusz Luksza1-3/+15
2011-02-18Fixed a problem when committing mode changesChristian Halstrick1-0/+8
2011-02-15Implement commit action in Repositories ViewJens Baumgart2-0/+42

Back to the top