aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/diff'Shawn O. Pearce2010-08-042-1/+17
|\
| * Fixed bug in scoring mechanism for rename detectionJeff Schumacher2010-08-042-1/+17
* | Add gitignore support to IndexDiff and use TreeWalkJens Baumgart2010-08-042-62/+147
* | Merge "Fixed FileTreeIteratorWithTimeControl"Christian Halstrick2010-08-031-2/+4
|\ \
| * | Fixed FileTreeIteratorWithTimeControlStefan Lay2010-07-301-2/+4
* | | Allow version builtin to run without git repositoryBenjamin Muskalla2010-08-021-0/+5
|/ /
* | Make use of Repository.writeMerge...()Christian Halstrick2010-07-291-6/+3
* | Remove use of SortedSet.floor()Shawn O. Pearce2010-07-281-3/+4
* | Merge "Fix tag sorting in PlotWalk"Christian Halstrick2010-07-282-14/+17
|\ \
| * | Fix tag sorting in PlotWalkShawn O. Pearce2010-07-282-14/+17
* | | Add tests for racy git / Index state encodingChristian Halstrick2010-07-283-0/+414
* | | 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-282-0/+90
* | Stack Overflow in EGit History View Mathias Kinzler2010-07-281-2/+3
* | Break dissimilar file pairs during diffJeff Schumacher2010-07-276-21/+276
* | Add methods which write MERGE_HEAD and MERGE_MSGChristian Halstrick2010-07-272-3/+168
* | Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-2725-50/+122
* | Fix Javadoc warningsRobin Stocker2010-07-275-17/+16
* | 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-22242-5573/+13969
|\ \
| * | 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-095-4/+147
| * | Initial pack format delta generatorShawn O. Pearce2010-07-095-13/+1093
| * | 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
| * | Configure core.bigFileThreshold into PackWriterShawn O. Pearce2010-07-092-0/+31
| * | Add doNotDelta flag to ObjectToPackShawn O. Pearce2010-07-092-1/+16
| * | Add more configuration options to PackWriterShawn O. Pearce2010-07-092-8/+152
| * | Save object path hash codes during packingShawn O. Pearce2010-07-092-5/+30
| * | Add path hash code to ObjectWalkShawn O. Pearce2010-07-092-0/+30
| * | Add getObjectSize to ObjectReaderShawn O. Pearce2010-07-097-1/+247
| * | Allow TemporaryBuffer.Heap to allocate smaller than 8 KiBShawn O. Pearce2010-07-092-15/+32
| * | Define a constant for 127 in DeltaEncoderShawn O. Pearce2010-07-071-1/+4
| * | Cap delta copy instructions at 64kShawn O. Pearce2010-07-071-12/+50
| * | Fix DeltaEncoder header for objects 128 bytes longShawn O. Pearce2010-07-071-1/+1
| * | amend commit: Support large delta packed objects as streamsShawn O. Pearce2010-07-064-7/+7
| * | amend commit: Support large loose objects as streamsShawn O. Pearce2010-07-062-13/+167
| * | Improve description of isBare and NoWorkTreeExceptionShawn O. Pearce2010-07-031-10/+17
| * | amend commit: Refactor repository construction to builder classShawn O. Pearce2010-07-035-7/+8
| * | Remove pointless size test in PackFile decompressShawn O. Pearce2010-07-031-2/+0
| * | Avoid unbounded getCachedBytes during parseAnyShawn O. Pearce2010-07-031-3/+2
| * | Make type and size lazy for large delta objectsShawn O. Pearce2010-07-032-22/+89