Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-21GitResourceDeltaVisitor: Avoid adding null pathsMathias Kinzler1-1/+2
2012-05-11Log exceptions thrown by calcIndexDiffData when tracingKevin Sawicki1-13/+15
2012-05-04Don't catch, swallow, and reschedule on RuntimeExceptionKevin Sawicki1-18/+7
2012-04-03IndexDiff Cache: fix cancellation issueJens Baumgart1-6/+8
2012-04-02Staging View: refresh button now also refreshes resourcesJens Baumgart1-6/+38
2012-04-02[sync] Dispose resources used by 'Git Commit' modelDariusz Luksza1-3/+12
2012-03-19Add tests for ProjectUtilMatthias Sohn1-1/+1
2012-03-14Preemptively close missing projects when switching branchesKevin Sawicki1-6/+7
2012-02-26Support Replace With > File in Git Index on repository projectsKevin Sawicki1-9/+10
2012-02-19IndexDiffCache: safeguard listener invocationJens Baumgart2-4/+17
2012-02-03Add proper check to ensure created folder is cleaned upKevin Sawicki1-1/+1
2012-01-24Ensure that repo is closed in ProjectReferenceImporterRobin Stocker1-5/+8
2012-01-22Skip clone for import of project from existing repoRobin Stocker1-17/+62
2012-01-17Merge "Refactor import code of GitProjectSetCapability"Matthias Sohn1-0/+219
2012-01-17Open/close projects when switching branchesKevin Sawicki1-5/+81
2012-01-16Refactor import code of GitProjectSetCapabilityRobin Stocker1-0/+219
2012-01-14Provide proper scheduling rules for operations locking the Git indexJens Baumgart1-0/+91
2012-01-12Handle un-annotated tags in the IFileRevision interfaceRobin Rosenberg1-2/+2
2011-12-27Merge "Peel the ref before asking for its peeled object id"Robin Rosenberg1-3/+4
2011-12-12Do not recurse into .git directory when searching projectsMatthias Sohn1-0/+7
2011-12-01Fix build broken on GalileoMatthias Sohn1-2/+5
2011-12-01Allow GitProjectSetCapability to accept SCM URIs Tomasz Zarna1-0/+121
2011-12-01SpellcheckableMessageArea: remove platform specific line endingsJens Baumgart1-0/+39
2011-11-30Allow to move changes in compare editorDariusz Luksza2-3/+8
2011-11-27Fix error message when rebasing non workspace filesJens Baumgart1-0/+156
2011-11-23Guard against null project locationKevin Sawicki1-3/+7
2011-11-23Decorate untracked foldersJens Baumgart3-36/+77
2011-11-23Peel the ref before asking for its peeled object idCarsten Pfeiffer1-3/+4
2011-11-18Add ResourceUtils.isNonWorkspace(IResource)Dariusz Luksza1-0/+12
2011-11-12[findBugs] Fix potential NPE in ProjectUtilsDariusz Luksza1-1/+1
2011-11-09[findBugs] Fix potential NPE in ProjectUtilsDariusz Luksza1-0/+3
2011-11-04Move project finding to a core utility method.Kevin Sawicki1-1/+87
2011-11-02[sync] Simplify operations on change actionsDariusz Luksza2-64/+129
2011-10-26[findBugs] Use more efficient valueOf() instead of constructorMatthias Sohn1-3/+3
2011-10-25IndexDiffCacheEntry: improve tracingJens Baumgart1-13/+21
2011-10-18Merge changes I3b6e9d02,Ib7ccaa5bRobin Rosenberg1-5/+9
2011-10-17Merge "Implement DiscardChangesOperation in an efficient way"Matthias Sohn1-0/+54
2011-10-14IndexDiffCache: reload job should not fail in case of errorsJens Baumgart1-0/+16
2011-10-14IndexDiffCacheEntry: improve check for ignored resourcesJens Baumgart1-5/+5
2011-10-14IndexDiffCache: synchronize calculation with workspace changesJens Baumgart1-0/+38
2011-10-14Fix NPE in IndexDiffDataJens Baumgart1-1/+1
2011-10-12Implement DiscardChangesOperation in an efficient wayJens Baumgart1-0/+54
2011-10-09Prevent NPE when project location can't be determinedMatthias Sohn1-2/+3
2011-10-09Do not refresh closed projects on workdir checkoutMatthias Sohn1-4/+7
2011-10-05Decorator: decorate ignored filesJens Baumgart2-1/+28
2011-09-27Update IndexDiffCache on RefsChanged EventJens Baumgart1-0/+8
2011-09-27IndexDiffCache: recalculate IndexDiff if too many resources changedJens Baumgart1-13/+33
2011-09-24Move JobUtil to org.eclipse.egit.coreMatthias Sohn1-0/+70
2011-09-23Change decorator to make use of IndexDiffCacheChristian Halstrick1-0/+16
2011-09-21Implement an IndexDiff cacheJens Baumgart5-1/+634

Back to the top