aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge "Add the parameter "update" to the Add command"Chris Aniszczyk2010-08-051-12/+41
|\| | |
| * | | Add the parameter "update" to the Add commandStefan Lay2010-08-041-12/+41
* | | | Allow to replace existing Change-IdStefan Lay2010-08-051-2/+36
* | | | Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-046-62/+62
* | | | Merge branch 'js/diff'Shawn O. Pearce2010-08-041-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed bug in scoring mechanism for rename detectionJeff Schumacher2010-08-041-1/+2
* | | | Add gitignore support to IndexDiff and use TreeWalkJens Baumgart2010-08-041-56/+130
| |/ / |/| |
* | | Make use of Repository.writeMerge...()Christian Halstrick2010-07-291-6/+3
* | | Merge "Fix tag sorting in PlotWalk"Christian Halstrick2010-07-282-14/+17
|\ \ \
| * | | Fix tag sorting in PlotWalkShawn O. Pearce2010-07-282-14/+17
* | | | Meaningful error message when trying to check-out submodulesMathias Kinzler2010-07-283-0/+6
* | | | Fix unit tests under windowsChristian Halstrick2010-07-281-1/+1
|/ / /
* | | Teach NameConflictTreeWalk to report DF conflictsChristian Halstrick2010-07-281-0/+35
* | | Stack Overflow in EGit History View Mathias Kinzler2010-07-281-2/+3
| |/ |/|
* | Break dissimilar file pairs during diffJeff Schumacher2010-07-275-21/+155
* | Add methods which write MERGE_HEAD and MERGE_MSGChristian Halstrick2010-07-271-3/+60