summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* Avoid double quotes in Git ConfigMathias Kinzler2010-09-011-1/+25
* Extend DirCache test case to check "intent to add" flag.Marc Strapetz2010-08-311-2/+5
* Partial support for index file format "3".Marc Strapetz2010-08-311-0/+32
* Add test for RawParseUtils.formatBase10Shawn O. Pearce2010-08-311-0/+70
* Improve MergeAlgorithm to produce smaller conflictsChristian Halstrick2010-08-311-2/+13
* Added merge strategy RESOLVEChristian Halstrick2010-08-311-36/+264
* Merge "Add one more test to ReadTreeTest"Chris Aniszczyk2010-08-301-0/+14
|\
| * Add one more test to ReadTreeTestChristian Halstrick2010-08-301-0/+14
* | Wait for JIT optimization before measuring diff performanceMatthias Sohn2010-08-301-4/+12
* | Improve LargeObjectException reportingShawn O. Pearce2010-08-302-5/+17
|/
* Add TagCommandChris Aniszczyk2010-08-271-0/+116
* Implement a Dircache checkout (needed for merge)Christian Halstrick2010-08-272-22/+165
* Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-264-83/+93
* Increase temporary buffer for unit testShawn O. Pearce2010-08-251-1/+2
* Support parsing commit:path style blob referencesShawn O. Pearce2010-08-251-0/+21
* Support parsing git describe style outputShawn O. Pearce2010-08-251-0/+20
* Rename T0008_testparserev to RepositoryResolveTestShawn O. Pearce2010-08-251-1/+1
* Throw AmbiguousObjectException during resolve if its ambiguousShawn O. Pearce2010-08-251-2/+15
* Add brute force byte array loading to ObjectLoaderShawn O. Pearce2010-08-251-0/+270
* Fix ObjectDirectory abbreviation resolution to notice new packsShawn O. Pearce2010-08-241-1/+0
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-233-5/+230
* Delete deprecated ObjectWriterShawn O. Pearce2010-08-239-72/+124
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-235-11/+7
* 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-191-0/+81
* 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
* 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