summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-207-59/+502
* Expose pack fetch/push connections for subclassingShawn O. Pearce2010-08-202-5/+41
* Allow ObjectReuseAsIs to have more control over write orderingShawn O. Pearce2010-08-205-27/+110
* Allow ObjectToPack subclasses to use up to 4 bits of flagsShawn O. Pearce2010-08-201-3/+69
* Implement async/batch lookup of object dataShawn O. Pearce2010-08-2010-176/+864
* Offer ObjectReaders advice about a RevWalkShawn O. Pearce2010-08-206-3/+70
* Allow object reuse selection to occur in parallelShawn O. Pearce2010-08-205-14/+42
* Flush the pack header as soon as its readyShawn O. Pearce2010-08-201-0/+1
* Export the ObjectId on MissingObjectExceptionShawn O. Pearce2010-08-201-0/+8
* Expose OBJ_ANY in ObjectReaderShawn O. Pearce2010-08-201-1/+1
* Expose getType in ObjectToPackShawn O. Pearce2010-08-201-1/+2
* Add copyTo(ByteBuffer) to AnyObjectIdShawn O. Pearce2010-08-201-0/+10
* Add copyTo(byte[], int) to AnyObjectIdShawn O. Pearce2010-08-201-0/+16
* Add a public RevTag.parse() methodShawn O. Pearce2010-08-201-0/+53
* Add a public RevCommit.parse() methodShawn O. Pearce2010-08-201-0/+48
* Make Tag class only for writingShawn O. Pearce2010-08-206-242/+97
* Make Commit class only for writingShawn O. Pearce2010-08-207-365/+245
* Correct PersonIdent hashCode() and equals() to ignore millisecondsShawn O. Pearce2010-08-201-2/+5
* Try really hard to load a commit or tagShawn O. Pearce2010-08-201-1/+25
* Fix formatting of serialization code in ObjectIdShawn O. Pearce2010-08-191-3/+4
* Make ObjectId.compareTo finalShawn O. Pearce2010-08-191-4/+4
* Make ObjectId.hashCode final tooShawn O. Pearce2010-08-191-1/+1
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-191-2/+2
* Fix missing Configuration Change eventingMathias Kinzler2010-08-193-0/+63
* Enhance MergeResult to report conflicts, etcChristian Halstrick2010-08-193-25/+136
* Allow for optional tagger and message in TagChris Aniszczyk2010-08-181-4/+7
* Remove getter and setter for author in TagChris Aniszczyk2010-08-182-18/+4
* added resetIndex() to RepositoryTestCaseChristian Halstrick2010-08-181-0/+9
* Do not trigger RefsChangedEvent on the first attempt to read a refRobin Rosenberg2010-08-181-1/+1
* Add FileRepository(String) convenience constructorKetan Padegaonkar2010-08-181-0/+14
* Backout RevObject's object-identity based equals implementationMatthias Sohn2010-08-152-12/+2
* Merge "Fix RevCommitList to work with subclasses of RevWalk"Shawn Pearce2010-08-121-6/+2
|\
| * Fix RevCommitList to work with subclasses of RevWalkMatthias Sohn2010-08-131-6/+2
* | Improve IndexDiff performanceJens Baumgart2010-08-122-0/+97
|/
* Merge "Hide Maven target directories from Eclipse"Chris Aniszczyk2010-08-111-0/+11
|\
| * Hide Maven target directories from EclipseRobin Rosenberg2010-08-081-0/+11
* | TransportHttp does not honor timeout settingMathias Kinzler2010-08-101-0/+2
* | Fix NPE on commit in empty RepositoryJens Baumgart2010-08-091-4/+16
|/
* Merge branch 'rename-bug'Shawn O. Pearce2010-08-061-5/+5
|\
| * Fix ArrayIndexOutOfBounds on non-square exact rename matrixShawn O. Pearce2010-08-061-5/+5
* | Merge changes I39bfefee,I47795987,I70d120fb,I58cc5e01,I96bee7b9Shawn O. Pearce2010-08-0513-500/+903
|\ \
| * | Enable configuration of non-standard pack settingsShawn O. Pearce2010-07-281-0/+6
| * | Pass PackConfig down to PackWriter when packingShawn O. Pearce2010-07-286-14/+100
| * | Simplify UploadPack use of options during writingShawn O. Pearce2010-07-281-4/+2
| * | Move PackWriter configuration to PackConfigShawn O. Pearce2010-07-287-485/+637
| * | Allow PackWriter callers to manage the thread poolShawn O. Pearce2010-07-282-24/+185
* | | Merge "Remove static progress task names from PackWriter"Shawn O. Pearce2010-08-051-30/+6
|\| |
| * | Remove static progress task names from PackWriterShawn O. Pearce2010-07-281-30/+6
* | | Merge "Add "all" parameter to the commit Command"Chris Aniszczyk2010-08-051-0/+29
|\ \ \
| * | | Add "all" parameter to the commit CommandStefan Lay2010-08-041-0/+29