summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Simplify ObjectLoaders coming from PackFileShawn O. Pearce2010-06-262-6/+1
* Remove getRawSize, getRawType from ObjectLoaderShawn O. Pearce2010-06-262-7/+4
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-2619-28/+95
* Use getObjectsDatabase().getDirectory() to find objectsShawn O. Pearce2010-06-254-11/+11
* Rename Repository getWorkDir to getWorkTreeShawn O. Pearce2010-06-255-24/+24
* Refactor repository construction to builder classShawn O. Pearce2010-06-252-35/+39
* Remove Repository.toFile(ObjectId)Shawn O. Pearce2010-06-251-2/+4
* Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-252-2/+2
* Start using ObjectInserter instead of ObjectWriterShawn O. Pearce2010-06-254-37/+50
* Refactor object writing responsiblities to ObjectDatabaseShawn O. Pearce2010-06-251-5/+1
* Use FileRepository where we assume other file semanticsShawn O. Pearce2010-06-255-11/+12
* Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-253-31/+31
* Use CoreConfig, UserConfig and TransferConfig directlyShawn O. Pearce2010-06-231-2/+2
* Use higher level Config types when possibleShawn O. Pearce2010-06-232-4/+4
* Remove test of the unsupported core.legacyHeaders variableShawn O. Pearce2010-06-231-5/+1
* Remove pack stream from PackWriterTestShawn O. Pearce2010-06-231-11/+8
* Remove pointless setOldObjectId in testShawn O. Pearce2010-06-231-1/+0
* Remove speed tests based on mapCommitShawn O. Pearce2010-06-233-301/+0
* Merge "Fix line endings"Shawn Pearce2010-06-181-3/+3
|\
| * Fix line endingsMatthias Sohn2010-06-181-3/+3
* | "Bare" Repository should not return working directory.Mathias Kinzler2010-06-161-0/+208
|/
* Allow to read configured keysMathias Kinzler2010-06-151-0/+38
* Start 0.9 developmentShawn O. Pearce2010-06-142-26/+26
* Repository can be configured with FSMarc Strapetz2010-06-044-25/+26
* Merge "Refactor ReadTreeTest to allow testing other checkout classes"Shawn Pearce2010-06-041-41/+96
|\
| * Refactor ReadTreeTest to allow testing other checkout classesChristian Halstrick2010-06-051-41/+96
* | Add support for computing a Change-Id à la GerritRobin Rosenberg2010-06-041-0/+523
|/
* Qualify post-0.8.1 buildsShawn O. Pearce2010-06-022-26/+26
* JGit 0.8.1v0.8.1Shawn O. Pearce2010-06-022-26/+26
* Add a merge command to the jgit APIStefan Lay2010-05-241-0/+183
* Added merge support to CommitCommandChristian Halstrick2010-05-211-5/+42
* Test root locale translationsSasa Zivkov2010-05-192-0/+105
* Externalize strings from JGitSasa Zivkov2010-05-196-16/+29
* Reduce size of PackedObjectLoader by dropping long to intShawn O. Pearce2010-05-151-2/+2
* Add builder-style API to jgit and Commit & Log cmdChristian Halstrick2010-05-102-0/+118
* Added MERGING_RESOLVED repository stateChristian Halstrick2010-05-081-0/+20
* Fix FooterLine.matches(FooterKey) on same length keysShawn O. Pearce2010-05-041-0/+20
* Fix ReceivePackRefFilterTest on WindowsShawn O. Pearce2010-04-271-0/+9
* ReceivePack: Clarify the check reachable optionShawn O. Pearce2010-04-161-6/+6
* ReceivePack: fix ensureProvidedObjectsVisible on thin packsShawn O. Pearce2010-04-161-0/+477
* IndexPack: Correct thin pack fix using less than 20 bytesShawn O. Pearce2010-04-161-0/+59
* JGit plugin not compatible with Eclipse 3.4Robin Rosenberg2010-04-051-2/+2
* Make parsing of PersonIdent from raw byte array fault-tolerant.Marc Strapetz2010-03-231-0/+100
* Qualify builds as 0.8.0Shawn O. Pearce2010-03-202-19/+19
* Merge branch 'push-sideband' into stable-0.7Shawn O. Pearce2010-03-123-47/+112
|\
| * Reduce multi-level buffered streams in transport codeShawn O. Pearce2010-03-121-4/+6
| * Refactor SideBandOutputStream to be bufferedShawn O. Pearce2010-03-122-43/+106
* | Fix NLS to build under Java 5Shawn O. Pearce2010-03-122-17/+17
* | Provide NLS support in JGit.Sasa Zivkov2010-03-1111-1/+464
* | Fix TimeoutInputStreamTest, TimeoutOutputStreamTest assertionsShawn O. Pearce2010-02-102-4/+4
|/