Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-18Change SubProgressMonitor to SubMonitor in org.eclipse.egit.core Stephan Hackstedt1-24/+14
2015-09-17Add missing @Override annotations to all EGit bundlesLars Vogel1-0/+3
2015-03-02Replace use of deprecated TreeWalk.release()Matthias Sohn1-4/+1
2013-11-15Git operations shouldn't lock on workspace levelMatthias Sohn1-2/+5
2013-04-17Move CoreText to internal packageRobin Stocker1-1/+1
2013-01-26Only refresh projects with changed resourcesMarkus Duft1-4/+10
2012-03-14Preemptively close missing projects when switching branchesKevin Sawicki1-2/+103
2012-03-10Cleanup CheckoutConflictException when JGit API has been fixed Tomasz Zarna1-10/+4
2012-01-20Nice checkout conflict display instead of internal errorMarkus Duft1-1/+10
2012-01-17Open/close projects when switching branchesKevin Sawicki1-5/+25
2011-10-09Do not refresh closed projects on workdir checkoutMatthias Sohn1-1/+1
2011-09-09Ignore submodule on checkout instead of deleting itRobin Rosenberg1-2/+5
2011-04-20Refactoring Branch operations (1): simplify Branch operationsMathias Kinzler1-37/+9
2011-01-10Checkout: display checkout conflicts in a user-friendly wayMathias Kinzler1-127/+60
2010-12-09[findbugs] Do not ignore exceptional return valueMatthias Sohn1-25/+2
2010-11-10Use DirCacheCheckout in BranchOperationJens Baumgart1-36/+55
2010-08-23Adapt to JGit's CommitBuilder, TagBuilder API changeShawn O. Pearce1-2/+1
2010-08-21Replace deprecated Tag, Commit usage with RevTag, RevCommitShawn O. Pearce1-16/+14
2010-08-02Allow to check out a commit from the history viewMathias Kinzler1-11/+32
2010-07-27Update to latest JGit APIShawn O. Pearce1-1/+1
2010-06-16Delete invalid projects after work dir checkoutJens Baumgart1-1/+3
2010-05-26Fix missing support for monitor == nullJens Baumgart1-1/+7
2010-05-11BranchOperation: fix checkout for tags and remote branchesMatthias Sohn1-5/+33
2010-05-10Action Reactoring (AbstractOperationAction)Jens Baumgart1-0/+8
2010-05-04EGit operation / action refactoringJens Baumgart1-18/+29
2010-04-08BranchOperation: check for HEAD is too lateMathias Kinzler1-0/+5
2010-04-01Fix unhandled CoreException in BranchOperation.refreshProjects Jens Baumgart1-30/+8
2010-03-29Replace System.out with proper tracingMathias Kinzler1-2/+8
2010-03-19Externalize strings / add NON-NLS comments for technical stringsJens Baumgart1-8/+14
2010-01-23Update EGit to match ref API changesShawn O. Pearce1-15/+11
2009-10-31Remove trailing whitespace across EGitAlex Blewitt1-1/+1
2009-09-30Initial EGit contribution to eclipse.orgShawn O. Pearce1-0/+168

    Back to the top