aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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