4050 Commits (3a93c8bdca09db61cc4b58f6438763611008e545)
 

Author SHA1 Message Date
  Matthias Sohn 3a93c8bdca JGit v4.2.0.201511101648-m1 8 years ago
  Matthias Sohn a74ff164e4 Silence API errors for new methods added to BitmapBuilder 8 years ago
  Matthias Sohn b37d77997c Add missing javadoc to bitmap index classes 8 years ago
  Jonathan Nieder deb853cb69 Merge changes from topic 'nullable' 8 years ago
  Jonathan Nieder 86af34e150 Make BitmapIndexImpl.CompressedBitmap public 8 years ago
  Terry Parker ca3ea18371 Update dependencies to use the JGit-internal @Nullable 8 years ago
  Terry Parker 6ddb8e703b Use the JGit-internal @Nullable annotation 8 years ago
  Terry Parker 3a3bb2ce29 Add a JGit-internal Nullable type 8 years ago
  Jonathan Nieder 683bd09092 Make BitmapIndexImpl.CompressedBitmap, CompressedBitmapBuilder static 8 years ago
  Jonathan Nieder 087b5051ff Skip redundant 'OR-reuse' step in tip commit bitmap setup 8 years ago
  Jonathan Nieder 65e04a2a92 Avoid repeated sort of tipCommitBitmaps 8 years ago
  Terry Parker 6d19f5dc8f [style] Shorten line lengths and import order in bitmap code 8 years ago
  Jonathan Nieder e87f0cd866 Inline PackWriterBitmapWalker.newRevFilter into callers 8 years ago
  Jonathan Nieder af4ee73454 Convert remaining callers of BitmapBuilder.add to use .addObject 8 years ago
  Jonathan Nieder 4009713946 Merge changes I57b1d7c1,I590ac460 8 years ago
  Matthias Sohn 2d46de03bb Merge "Fix imports in DfsInserterTest" 8 years ago
  Jonathan Nieder 10fe4a5405 Merge changes Ia95da478,I2773aa94,Ib745645f,I92c65f34,Ibb714002, ... 8 years ago
  Matthias Sohn 7ee184acfa Fix imports in DfsInserterTest 8 years ago
  Jonathan Nieder fd1ee636a2 Use .addObject and .or instead of .add in AddToBitmapFilter 8 years ago
  Jonathan Nieder f102abf035 Replace anonymous BitmapRevFilter subclasses with explicit classes 8 years ago
  Jonathan Nieder 42f0a3d51d Remove BitmapRevFilter.getCountOfLoadedCommits 8 years ago
  Jonathan Nieder 73474466eb Make BitmapBuilder.getBitmapIndex public 8 years ago
  Jonathan Nieder f523f21e59 Deprecate BitmapBuilder.add and introduce simpler addObject method 8 years ago
  Jonathan Nieder 424aa22b56 Add @Override annotations to BitmapIndexImpl 8 years ago
  Jonathan Nieder 0e403a18e6 Rely on bitmap RevFilter to filter walk during bitmap selection 8 years ago
  Jonathan Nieder 2a2c2f3373 Use 'reused' bitmap to filter walk during bitmap selection 8 years ago
  Jonathan Nieder b28091e450 Rely on bitmap RevFilter to filter tip commit setup walk 8 years ago
  Jonathan Nieder 9d4e5216a6 Use 'reused' bitmap to filter tip commit setup walk 8 years ago
  Mike Williams c4d73fb7cc Insert duplicate objects to prevent race during garbage collection. 8 years ago
  Jonathan Nieder 63e15c7533 Merge "Delta compression: reuse DeltaTask.getAdjustedWeight()" 8 years ago
  Shawn Pearce 212f3c54a0 Merge "[performance] Speed up delta packing" 8 years ago
  Jonathan Nieder 99d4040094 Include ancestors of reused bitmap commits in reuse bitmap again 8 years ago
  Jonathan Nieder 2e8b8e83e2 Merge "Decrease indentation in setupTipCommitBitmaps" 8 years ago
  Jonathan Nieder 938ffa9503 Merge "[style] Add braces to DeltaTask" 8 years ago
  Terry Parker 36c6aecbe8 Delta compression: reuse DeltaTask.getAdjustedWeight() 8 years ago
  Terry Parker 6a3127b257 [performance] Speed up delta packing 8 years ago
  Terry Parker 6d00e007ff [style] Add braces to DeltaTask 8 years ago
  Jonathan Nieder 7c98c86ef7 Decrease indentation in setupTipCommitBitmaps 8 years ago
  Christian Halstrick edc4daf2e8 Add support for pre-push hooks 9 years ago
  Christian Halstrick 67a77d402a Enhance FS.runProcess() to support stdin-redirection and binary data 9 years ago
  Andrey Loskutov 8473bc4f8d Cleaned up various readPipe() threading issues 8 years ago
  Andrey Loskutov 3601c8cdf1 Don't report errors logged by FS with "debug" level 8 years ago
  Terry Parker 1eee0466ca Building bitmaps: Simplify the logic to sort by chains 8 years ago
  Jonathan Nieder f6b9cd38ca Merge "Pack bitmaps: improve readability" 8 years ago
  Jonathan Nieder e9a3dfe1dd Merge "Bitmap generation: Add a test of ordering commits by "chains"" 8 years ago
  Christian Halstrick a6e9462ea2 Merge "reset command should support the -- <paths> parameters" 8 years ago
  Kaloyan Raev 96811c957e reset command should support the -- <paths> parameters 8 years ago
  Kaloyan Raev 8a53d7e2fd JGit CLI should check if calling itself when invoking native git exe 8 years ago
  Terry Parker eb24ed7d5e Bitmap generation: Add a test of ordering commits by "chains" 8 years ago
  Terry Parker c87b77bc31 Pack bitmaps: improve readability 8 years ago