summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-2712-25/+83
* | Fix Javadoc warningsRobin Stocker2010-07-274-16/+15
* | Make forPath(ObjectReader) variant in TreeWalkShawn O. Pearce2010-07-271-8/+40
* | Make StoredConfig an abstraction above FileBasedConfigShawn O. Pearce2010-07-263-2/+94
* | Merge branch 'delta'Shawn O. Pearce2010-07-22150-4981/+11691
|\ \
| * | Discard the uncompressed delta as soon as its compressedShawn O. Pearce2010-07-161-0/+1
| * | Honor pack.windowlimit to cap memory usage during packingShawn O. Pearce2010-07-093-4/+89
| * | Honor pack.threads and perform delta search in parallelShawn O. Pearce2010-07-097-11/+358
| * | Cache small deltas during packingShawn O. Pearce2010-07-095-21/+379
| * | Implement delta generation during packingShawn O. Pearce2010-07-093-1/+622
| * | debug-show-packdelta: Dump a pack delta to the consoleShawn O. Pearce2010-07-092-4/+18
| * | Initial pack format delta generatorShawn O. Pearce2010-07-094-13/+865
| * | Add debugging toString() method to ObjectToPackShawn O. Pearce2010-07-091-0/+28
| * | Make ObjectToPack clearReuseAsIs signal available to subclassesShawn O. Pearce2010-07-092-1/+14
| * | Correctly classify the compressing objects phaseShawn O. Pearce2010-07-091-15/+6
| * | Refactor ObjectToPack's delta depth settingShawn O. Pearce2010-07-091-8/+1