aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-2618-28/+94
* Use getObjectsDatabase().getDirectory() to find objectsShawn O. Pearce2010-06-254-11/+11
* Rename Repository getWorkDir to getWorkTreeShawn O. Pearce2010-06-254-23/+23
* 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
* "Bare" Repository should not return working directory.Mathias Kinzler2010-06-161-0/+208
* Allow to read configured keysMathias Kinzler2010-06-151-0/+38
* Repository can be configured with FSMarc Strapetz2010-06-043-23/+24
* 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
|/
* 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-191-0/+75
* Externalize strings from JGitSasa Zivkov2010-05-195-16/+23
* 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-101-0/+117
* 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
* Make parsing of PersonIdent from raw byte array fault-tolerant.Marc Strapetz2010-03-231-0/+100
* 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-1110-0/+462
* | Fix TimeoutInputStreamTest, TimeoutOutputStreamTest assertionsShawn O. Pearce2010-02-102-4/+4
|/
* Don't allow DirCacheEntry with mode of 0Shawn O. Pearce2010-02-037-14/+213
* Fix ObjectWalk corruption when skipping over empty treesShawn O. Pearce2010-02-021-0/+44
* Correctly skip over unrecognized optional dircache extensionsShawn O. Pearce2010-02-021-0/+29
* Remove RepositoryTestCase from DirCacheCGitCompatabilityTestShawn O. Pearce2010-02-021-3/+5
* Merge "Add unsetSection to Config to remove an entire block"Robin Rosenberg2010-01-281-0/+41
|\
| * Add unsetSection to Config to remove an entire blockShawn O. Pearce2010-01-291-0/+41
* | Merge "Relax ObjectChecker to permit missing tagger lines"Robin Rosenberg2010-01-282-29/+49
|\ \ | |/ |/|
| * Relax ObjectChecker to permit missing tagger linesShawn O. Pearce2010-01-232-29/+49
* | Don't confuse empty configuration variables with booleansShawn O. Pearce2010-01-231-1/+30
|/
* Merge branch 'ref-abstract'Shawn O. Pearce2010-01-2311-90/+2328
|\