Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-12Qualify post 0.11 buildsMatthias Sohn2-25/+25
2011-02-12Merge branch 'stable-0.11'Matthias Sohn3-29/+33
2011-02-12Qualify post 0.11.1 buildsMatthias Sohn2-25/+25
2011-02-11EGit 0.11.1v0.11.1Matthias Sohn2-25/+25
2011-02-08Use ConfigConstants in CloneOperation.doInit(IProgressMonitor)Tomasz Zarna1-3/+4
2011-02-04Create Branch: wrong initialization of "upstream config"Mathias Kinzler1-4/+8
2011-02-03Simplify Fetch and Push second part: Add a simplified Push wizardMathias Kinzler2-0/+4
2011-02-02Merge "Team->Ignore: do not write entries for already ignored files/folders"Chris Aniszczyk1-2/+26
2011-02-02Team->Ignore: do not write entries for already ignored files/foldersJens Baumgart1-2/+26
2011-02-02Simplify Fetch and Push: configure "Pull" when creating branchMathias Kinzler1-5/+41
2011-02-02Simplify Fetch and Push first part: Refactor fetch and push operationsMathias Kinzler2-1/+66
2011-02-01Speed up the CommitDialog for large file setsRobin Rosenberg1-5/+5
2011-02-01Encapsulate Fetch in a proper set of Operations and use JGit APIMathias Kinzler1-0/+144
2011-02-01Make PushOperation use JGit APIMathias Kinzler3-78/+135
2011-01-31[findbugs] Silence warning on slow Long(long) constructorMatthias Sohn1-1/+1
2011-01-31Cache file length as session property for each resourcePhilipp Thun1-5/+70
2011-01-31Do not consult Team.isIgnoredHint for enablement of Ignore ActionJens Baumgart1-4/+1
2011-01-28Reuse CommitBlobStorage in GitBlobResourceVariantDariusz Luksza2-62/+19
2011-01-27[sync] Next package of performance improvementsDariusz Luksza2-12/+7
2011-01-21Cache paths in RepositoryMappingPhilipp Thun1-17/+32
2011-01-21[sync] Next package of performance improvementsDariusz Luksza3-17/+32

Back to the top