aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
...
* Backout RevObject's object-identity based equals implementationMatthias Sohn2010-08-151-5/+5
* Merge branch 'rename-bug'Shawn O. Pearce2010-08-061-1/+4
|\
| * Fix ArrayIndexOutOfBounds on non-square exact rename matrixShawn O. Pearce2010-08-061-1/+4
* | Merge changes I39bfefee,I47795987,I70d120fb,I58cc5e01,I96bee7b9Shawn O. Pearce2010-08-051-15/+31
|\ \
| * | Move PackWriter configuration to PackConfigShawn O. Pearce2010-07-281-15/+31
* | | Merge "Add "all" parameter to the commit Command"Chris Aniszczyk2010-08-051-0/+34
|\ \ \
| * | | Add "all" parameter to the commit CommandStefan Lay2010-08-041-0/+34
* | | | Merge "Add the parameter "update" to the Add command"Chris Aniszczyk2010-08-052-72/+173
|\| | |
| * | | Add the parameter "update" to the Add commandStefan Lay2010-08-042-72/+173
* | | | Merge "add fsTick() to RepositoryTestCase"Chris Aniszczyk2010-08-052-32/+36
|\| | |
| * | | add fsTick() to RepositoryTestCaseChristian Halstrick2010-08-042-32/+36
* | | | Merge "add more control to indexState() return-value"Chris Aniszczyk2010-08-052-52/+84
|\| | |
| * | | add more control to indexState() return-valueChristian Halstrick2010-08-042-52/+84
* | | | Allow to replace existing Change-IdStefan Lay2010-08-051-1/+53
* | | | Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-045-70/+70
* | | | Merge branch 'js/diff'Shawn O. Pearce2010-08-041-0/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed bug in scoring mechanism for rename detectionJeff Schumacher2010-08-041-0/+15
* | | | Add gitignore support to IndexDiff and use TreeWalkJens Baumgart2010-08-041-6/+17
| |/ / |/| |
* | | Fixed FileTreeIteratorWithTimeControlStefan Lay2010-07-301-2/+4
* | | Remove use of SortedSet.floor()Shawn O. Pearce2010-07-281-3/+4
* | | Add tests for racy git / Index state encodingChristian Halstrick2010-07-283-0/+414
* | | Teach NameConflictTreeWalk to report DF conflictsChristian Halstrick2010-07-281-0/+55
| |/ |/|
* | Break dissimilar file pairs during diffJeff Schumacher2010-07-271-0/+121
* | Add methods which write MERGE_HEAD and MERGE_MSGChristian Halstrick2010-07-271-0/+108
* | Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-275-13/+22
* | Fix Javadoc warningsRobin Stocker2010-07-271-1/+1
* | 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