2583 Commits (eaa52b12f542e1d52c277989533a3c1bea3cc02e)
 

Author SHA1 Message Date
Colby Ranger eaa52b12f5 Update PackBitmapIndexRemapper to handle mappings not in the new pack. 12 years ago
Robin Rosenberg 4c638be79f Fix boundary conditions in AutoCRLFOutputStream 12 years ago
Robin Rosenberg a6ed390ea7 NLS warning cleanup 12 years ago
Robin Rosenberg 5db307a695 Merge "Fix a possible NPE" 12 years ago
Shawn Pearce 5f03dc61b4 Merge changes I845caede,Ie25c6d3a,I5caec313,Ib11ff99f,I9ccf20c3,Ic7826f29,I1bdd8b58,Idb84c1d7,I078841f9 12 years ago
Shawn Pearce c9707e6353 Always attempt delta compression when reuseDeltas is false 12 years ago
Shawn Pearce a5c6aac76c Avoid TemporaryBuffer.Heap on very small deltas 12 years ago
Shawn Pearce 8a7c2f97d0 Correct distribution of allowed delta size along chain length 12 years ago
Shawn Pearce 3b7924f403 Split remaining delta work on path boundaries 12 years ago
Shawn Pearce 65f44bef23 Remove DFS locality ordering during packing 12 years ago
Shawn Pearce af33a911d0 Replace DeltaWindow array with circularly linked list 12 years ago
Shawn Pearce 0f32901ab7 Micro-optimize copy instructions in DeltaEncoder 12 years ago
Shawn Pearce 1db50c9d91 Micro-optimize DeltaWindow primary loop 12 years ago
Shawn Pearce 6903fa4a34 Micro-optimize DeltaWindow maxMemory test to be != 0 12 years ago
Robin Rosenberg 4955301fac Merge "Consider working tree changes when stashing newly added files" 12 years ago
Shawn Pearce 4db695c1c6 Mark DeltaWindowEntry methods final 12 years ago
Shawn Pearce b5cbfa0146 Merge changes Ideecc472,I2b12788a,I6cb9382d,I12cd3326,I200baa0b,I05626f2e,I65e45422 12 years ago
Robin Rosenberg 8272f65730 Merge "LogCommand.all(): filter out refs that do not refer to commit objects" 12 years ago
Robin Rosenberg ad2ffc576b Merge "LogCommand.all(), peel references before using them" 12 years ago
Shawn Pearce 6c0bb4351d Increase PackOutputStream copy buffer to 64 KiB 12 years ago
Shawn Pearce 46ef61a702 Tighten object header writing in PackOutuptStream 12 years ago
Shawn Pearce d01fe32795 Skip main thread test in ThreadSafeProgressMonitor 12 years ago
Shawn Pearce 66192817cd Declare members of PackOutputStream final 12 years ago
Shawn Pearce 2be6927d8e Always allocate the PackOutputStream copyBuffer 12 years ago
Shawn Pearce eb17495ca4 Disable CRC32 computation when no PackIndex will be created 12 years ago
Shawn Pearce d0a5337625 Steal work from delta threads to rebalance CPU load 12 years ago
Robin Rosenberg 1bede91db2 Consider working tree changes when stashing newly added files 12 years ago
Christian Halstrick 266ec24d49 Merge "clean up merge squash and no-commit messages in pgm" 12 years ago
Robin Rosenberg 0a824f5996 Add a constant for info/exclude 12 years ago
Matthias Sohn 0182e8152e Merge changes I8445070d,I38f10d62,I2af0bf68 12 years ago
Matthias Sohn 011f7fd27d Fix plugin provider names to conform with release train requirement 12 years ago
Tomasz Zarna b42b50fdf5 clean up merge squash and no-commit messages in pgm 12 years ago
Robin Rosenberg 59baf9148e Detect and handle a checkout conflict during merge nicely 12 years ago
Matthias Sohn 2f93551e18 Add missing @since tags for new API methods 12 years ago
Matthias Sohn 41cba241d8 DfsReaderOptions are options for a DFS stored repository 12 years ago
Shawn Pearce 5d446f410d Support cutting existing delta chains longer than the max depth 12 years ago
Shawn Pearce 01a0699acc Micro-optimize reuseDeltaFor in PackWriter 12 years ago
Shawn Pearce 8e83c36e27 Static import OBJ_* constants into PackWriter 12 years ago
Shawn Pearce 6a5019f539 Renumber internal ObjectToPack flags 12 years ago
Shawn Pearce 241eed844d Move wantWrite flag to be special offset 1 12 years ago
Shawn Pearce 1eed78657f Don't delta compress garbage objects 12 years ago
Shawn Pearce 56497be34d Delete broken DFS read-ahead support 12 years ago
Robin Rosenberg d90656f536 Fix a possible NPE 12 years ago
Shawn Pearce d72416afbb Optimize DFS object reuse selection code 12 years ago
Shawn Pearce 93a27ce728 Simplify size test in PackWriter 12 years ago
Shawn Pearce d45277a691 Declare critical exposed methods of ObjectToPack final 12 years ago
Shawn Pearce 1d362e35bc Declare internal flag accessors of ObjectToPack final 12 years ago
Shawn Pearce 876a2ffb21 Remove unused method isDeltaAttempted() 12 years ago
Shawn Pearce 594d4ceb12 Simplify setDoNotDelta() to always set the flag 12 years ago
Tomasz Zarna 5453585773 Add the no-commit option to MergeCommand 12 years ago