aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'delta'Shawn O. Pearce2010-07-2247-327/+1846
|\
| * Initial pack format delta generatorShawn O. Pearce2010-07-091-0/+228
| * Allow TemporaryBuffer.Heap to allocate smaller than 8 KiBShawn O. Pearce2010-07-091-7/+7
| * amend commit: Support large loose objects as streamsShawn O. Pearce2010-07-061-0/+104
| * amend commit: Refactor repository construction to builder classShawn O. Pearce2010-07-031-1/+2
| * Use core.streamFileThreshold to set our streaming limitShawn O. Pearce2010-07-022-7/+7
| * Support large delta packed objects as streamsShawn O. Pearce2010-07-022-0/+523
| * Support large whole packed objects as streamsShawn O. Pearce2010-07-011-0/+137
| * Replace PackedObjectLoader with ObjectLoader.SmallObjectShawn O. Pearce2010-07-012-3/+1
| * Support large loose objects as streamsShawn O. Pearce2010-07-011-0/+430
| * Move DirCache factory methods to RepositoryShawn O. Pearce2010-06-3012-77/+77
| * Create NoWorkTreeException for bare repositoriesShawn O. Pearce2010-06-301-6/+7
| * Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-283-5/+10
| * Refactor Repository.openObject to be Repository.openShawn O. Pearce2010-06-284-9/+9
| * Move PackWriter progress monitors onto the operationsShawn O. Pearce2010-06-283-9/+13
| * Ensure ObjectReader used by PackWriter is releasedShawn O. Pearce2010-06-282-0/+4
| * Move PackWriter over to storage.pack.PackWriterShawn O. Pearce2010-06-262-2/+2
| * 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-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
* | Allow for filepattern "." in AddCommandStefan Lay2010-07-221-0/+20
* | Do not add ignored files in Add commandStefan Lay2010-07-221-0/+28
* | Move ignore node handling into WorkingTreeIteratorShawn O. Pearce2010-07-213-405/+185
* | Fix NPE in RenameDetectorShawn O. Pearce2010-07-201-0/+19
* | Merge branch 'js/rename'Shawn O. Pearce2010-07-166-8/+779
|\ \
| * | Implemented file path based tie breaking to exact rename detectionJeff Schumacher2010-07-161-0/+58
| * | Added more test cases for RenameDetectorJeff Schumacher2010-07-121-9/+108
| * | Added file path similarity to scoring metric in rename detectionJeff Schumacher2010-07-122-10/+10
| * | Create FileHeader from DiffEntryJeff Schumacher2010-07-081-0/+186
| * | Redo DiffFormatter API to be easier to useShawn O. Pearce2010-07-031-2/+2
| * | Implement similarity based rename detectionShawn O. Pearce2010-07-034-124/+348
| * | Added a preliminary version of rename detectionJeff Schumacher2010-07-011-0/+204
* | | Merge "Remove an unused File reference in test code"Shawn Pearce2010-07-151-1/+0
|\ \ \
| * | | Remove an unused File reference in test codeRobin Rosenberg2010-07-161-1/+0
* | | | Merge "Handle the tilde notation (~user) of git url"Shawn Pearce2010-07-151-0/+47
|\| | |
| * | | Handle the tilde notation (~user) of git urlRobin Rosenberg2010-07-151-0/+47
* | | | Git Porcelain API: Add CommandStefan Lay2010-07-141-0/+327
|/ / /
* | | Fix ReadTreeTestChristian Halstrick2010-07-131-17/+5