aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
...
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-236-24/+24
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-204-7/+123
* Add a public RevTag.parse() methodShawn O. Pearce2010-08-201-0/+20
* Add a public RevCommit.parse() methodShawn O. Pearce2010-08-201-0/+21
* Make Tag class only for writingShawn O. Pearce2010-08-201-85/+48
* Make Commit class only for writingShawn O. Pearce2010-08-205-72/+99
* Fix ReadTreeTests to not rely on cached indexChristian Halstrick2010-08-202-1/+7
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-193-6/+6
* Fix missing Configuration Change eventingMathias Kinzler2010-08-192-1/+83
* Remove getter and setter for author in TagChris Aniszczyk2010-08-181-9/+10
* Add blob-data to utility method indexState()Christian Halstrick2010-08-183-66/+68
* added resetIndex() to RepositoryTestCaseChristian Halstrick2010-08-182-23/+46
* Merge "Backout RevObject's object-identity based equals implementation"Shawn Pearce2010-08-181-5/+5
|\
| * Backout RevObject's object-identity based equals implementationMatthias Sohn2010-08-151-5/+5
* | Set default file encoding used for JGit tests to UTF-8Matthias Sohn2010-08-161-0/+1
|/
* Hide Maven target directories from EclipseRobin Rosenberg2010-08-081-0/+11
* 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-046-72/+72
* | | | 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-2249-328/+1849
|\ \
| * | 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