Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-01Make PushOperation use JGit APIMathias Kinzler1-3/+3
2011-01-21Revert change I6b030af1, Idc463ec8 and I098f8cDariusz Luksza5-0/+761
2011-01-20Fix tests after commit ce7037c0Dariusz Luksza3-451/+0
2011-01-20Remove useless tests after merging change I6b030af1Dariusz Luksza2-310/+0
2011-01-12Merge "Interactive commit should delete empty trees"Robin Rosenberg1-0/+61
2011-01-10Remove usages of deprecated methodsJens Baumgart2-1/+5
2010-12-19Interactive commit should delete empty treesRobin Rosenberg1-0/+61
2010-12-14Fix cloning a repository with detached HEADStefan Lay2-2/+6
2010-12-09[findbugs] Do not ignore exceptional return valueMatthias Sohn6-58/+29
2010-12-08Adapt egit to jgit change Idb176736Matthias Sohn1-4/+1
2010-12-08Fix AdaptableFileTreeIteratorTestJens Baumgart1-1/+1
2010-12-05[findbugs] Ensure closing writer in finally blockMatthias Sohn2-6/+16
2010-12-02[findbugs] Unwritten store field in GitResourceVariantTreeTestDariusz Luksza1-5/+2
2010-12-02[findbugs] Remove unread fieldMatthias Sohn1-5/+0
2010-12-01Authentication: add option to store password in secure storeJens Baumgart1-0/+12
2010-12-01Remove deprecated JGit code from EGit Core TestsMathias Kinzler2-68/+46
2010-11-30Implement basic authentificationJens Baumgart1-0/+150
2010-11-28Replace calls to StringBuffer with StringBuilderRemy Suen1-1/+1
2010-11-23Add a Rebase OperationMathias Kinzler1-0/+238
2010-11-09Fix EGit build errorJens Baumgart1-1/+1
2010-10-26[findbugs] Remove invocation of new String(String) constructorRobert Munteanu1-1/+1
2010-10-01Remote connections: allow to configure a timeoutMathias Kinzler2-9/+9
2010-10-01Fix failing Core TestsStefan Lay3-40/+6
2010-09-19Remove unnecessary overridesMatthias Sohn1-5/+0
2010-09-13Merge "Adds support for comparing two remote branches"Stefan Lay1-20/+20
2010-09-09Sort roots by full path to ensure stable assertion resultsMatthias Sohn1-3/+13
2010-09-09Adds support for comparing two remote branchesDariusz Luksza1-20/+20
2010-09-08Clear RepositoryCache after each test to fix core testsJens Baumgart1-0/+4
2010-09-06Fix deletion problem in EGit Core testsJens Baumgart1-4/+21
2010-09-06Merge "Fix AddOperationTest"Matthias Sohn1-1/+1
2010-09-06Merge "Fix IgnoreOperationTest"Matthias Sohn1-0/+10
2010-09-06Fix AddOperationTestJens Baumgart1-1/+1
2010-09-06Fix IgnoreOperationTestJens Baumgart1-0/+10
2010-09-04cleanup: Remove unnecessary @SuppressWarningsRobin Rosenberg1-8/+0
2010-09-01Fix EGit to use JGit's api.errors packageShawn O. Pearce1-6/+6
2010-08-31Remove usage of deprecated PersonIdent constructorMathias Kinzler1-2/+2
2010-08-30Add tests for IgnoreOperationBenjamin Muskalla3-6/+130
2010-08-25Cleanup of HistoryTest and IndexFileRevisionBenjamin Muskalla1-73/+47
2010-08-23Remove ObjectWriter and replace it with ObjectInserterShawn O. Pearce2-25/+49
2010-08-23Adapt to JGit's CommitBuilder, TagBuilder API changeShawn O. Pearce3-7/+7
2010-08-21Replace deprecated Tag, Commit usage with RevTag, RevCommitShawn O. Pearce3-17/+16
2010-08-19Keep up with Tag API changesChris Aniszczyk1-1/+9
2010-08-12Fix for bug in GitResourceVariantComparatorDariusz Luksza1-2/+22
2010-08-12Improve GitResourceVariant performanceDariusz Luksza1-23/+29
2010-08-11Update of GitSynchronizeData APIDariusz Luksza2-21/+37
2010-08-10Preliminary support for ChangeSetsDariusz Luksza5-12/+20
2010-08-10Merge "Fixed several warnings around ConnectProviderOperation"Mathias Kinzler2-29/+11
2010-08-06Set correct date when committing a mergeStefan Lay2-0/+121
2010-08-05Fixes obtaining common ancestor in Synchronize viewDariusz Luksza9-1098/+980
2010-08-05Fixed several warnings around ConnectProviderOperationBenjamin Muskalla2-29/+11

Back to the top