Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-17Qualify post 0.10.1 buildsstable-0.10Matthias Sohn2-11/+11
2010-12-17EGit 0.10.1v0.10.1Matthias Sohn2-11/+11
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-25Add FindBugs and CPD to the buildChris Aniszczyk1-0/+8
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-17Qualify builds as 0.10.0Shawn O. Pearce2-11/+11
2010-09-17Merge branch 'stable-0.9'Shawn O. Pearce2-11/+11
2010-09-15Qualify post-0.9.3 buildsstable-0.9Matthias Sohn2-11/+11
2010-09-15EGit 0.9.3v0.9.3Matthias Sohn2-11/+11
2010-09-15Qualify post-0.9.1 buildsMatthias Sohn2-11/+11
2010-09-15EGit 0.9.1v0.9.1Matthias Sohn2-11/+11
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-07Merge "Fix deletion problem in EGit Core tests"Matthias Sohn1-4/+21
2010-09-06Fix deletion problem in EGit Core testsJens Baumgart1-4/+21
2010-09-06Run core tests head-less also from MavenMatthias Sohn1-1/+2
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. Pearce2-6/+7
2010-08-31Remove usage of deprecated PersonIdent constructorMathias Kinzler1-2/+2
2010-08-30Add tests for IgnoreOperationBenjamin Muskalla3-6/+130
2010-08-28Revert "Hide Maven target directories from Eclipse"Robin Rosenberg1-11/+0
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

Back to the top