Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-13[findBugs] Do not ignore return value of File methodsMatthias Sohn1-1/+2
2011-05-12Allow committing non workspace changesJens Baumgart1-5/+5
2011-04-13Add Page for Gerrit push configuration to Clone WizardStefan Lay1-0/+127
2011-03-31Check for trailing newline before writing to .gitignore file.Kevin Sawicki1-0/+20
2011-03-30Change ref parameter of CloneOperation to StringRobin Stocker2-6/+2
2011-03-23FindBugs: cleanup EGit Core TestsMathias Kinzler1-4/+7
2011-03-22TestRepository: use cached repository instanceJens Baumgart6-13/+36
2011-03-17CommitOperation: use JGit Commit CommandJens Baumgart1-2/+20
2011-03-08Fix CommitOperationTest on MacJens Baumgart1-2/+2
2011-03-07Add Tests for CommitOperationJens Baumgart2-1/+209
2011-03-07Fix Typo in CommitOperationTestJens Baumgart1-1/+1
2011-02-25Fix NPE when comitting file added in index and deleted in worktreeRobin Rosenberg1-0/+32
2011-02-01Make PushOperation use JGit APIMathias Kinzler1-3/+3
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 Sohn5-57/+26
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] Remove unread fieldMatthias Sohn1-5/+0
2010-12-01Remove deprecated JGit code from EGit Core TestsMathias Kinzler2-68/+46
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-09-19Remove unnecessary overridesMatthias Sohn1-5/+0
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-06Fix AddOperationTestJens Baumgart1-1/+1
2010-09-06Fix IgnoreOperationTestJens Baumgart1-0/+10
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-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 Luksza2-7/+233
2010-08-05Fixed several warnings around ConnectProviderOperationBenjamin Muskalla2-29/+11
2010-08-05Cleanup temp dirs after test executionBenjamin Muskalla6-17/+18
2010-07-30Fixed deprecated API usageBenjamin Muskalla1-1/+2
2010-07-29AddOperationTest uses 3.6 APIMathias Kinzler1-2/+2
2010-07-29Remove menu items "Track" and "Refresh"Stefan Lay2-9/+6

Back to the top