31 Commits (6976a30f443ece4815a977b0a5a897c0236018f7)

Author SHA1 Message Date
  Fabio Ponciroli 6976a30f44 searchForReuse might impact performance in large repositories 2 years ago
  Nasser Grainawi 2a6b2eddcf PackFile: Add id + ext based constructors 3 years ago
  Nasser Grainawi 971dafd302 Create a PackFile class for Pack filenames 3 years ago
  Nasser Grainawi efb154fc24 Rename PackFile to Pack 3 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  Thomas Wolf 123634e2aa Close some Repository instances in tests 4 years ago
  Thomas Wolf 762f6212b4 Close RevWalks in tests 4 years ago
  David Turner 59640fb4f0 Constants for objects and info/{http-,}alternates 4 years ago
  Carsten Hammer 84fc5c908d Convert to lambda or member reference 5 years ago
  David Pursehouse 5d9c78e471 PackWriterTest: Open TestRepository in try-with-resource 5 years ago
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6 years ago
  Hector Caballero 4334b27d3c ObjectDirectory: Add pack directory getter 6 years ago
  Terry Parker c46c720e99 Exclude refs/tags from bitmap commit selection 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  Shawn Pearce 61d4922928 Fix missing deltas near type boundaries 7 years ago
  David Pursehouse a45cfee7a3 Organize imports 7 years ago
  Terry Parker e426aa8b90 Shallow fetch/clone: Make --depth mean the total history depth 7 years ago
  Terry Parker d385a7a5e5 Shallow fetch: Respect "shallow" lines 7 years ago
  Terry Parker 7edf05530d Shallow fetch: avoid sending unneeded blobs 7 years ago
  Terry Parker 9843489cb8 PackWriterTest: Improve readability 7 years ago
  David Pursehouse 101ac16e8d PackWriterTest: Open RevWalk in try-with-resource 8 years ago
  Shawn Pearce 4e650c0d76 PackWriter: Declare preparePack object sets as @NonNull 8 years ago
  Shawn Pearce 29aa444760 PackWriter: use lib.ObjectIdSet to avoid wrapper 8 years ago
  James Kolb 3096a13340 Included cached deltas in delta packStatistics. 8 years ago
  Matthias Sohn 686124bec3 Replace deprecated release() methods by close() 9 years ago
  Christian Halstrick fa4f00b7ed Fix PackWriterBitmapWalker handling non-existing uninteresting objects 9 years ago
  Shawn Pearce d54d19740a Move SampleDataRepositoryTestCase to org.eclipse.jgit.test 10 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Robin Rosenberg 767be14f34 Move base test classes to the junit bundle for reuse for Java 7 tests 11 years ago
  Colby Ranger 7c58f6282a Update DfsGarbageCollector to not read back a pack index. 11 years ago
  Colby Ranger 82ecfb3e31 Remove packIndex field from FileObjDatabase openPack method. 11 years ago
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static 11 years ago
  Robin Rosenberg a7b0641b96 Use assertTrue/False instead of equals with boolean literals 11 years ago
  Christian Halstrick 0f84b86e01 fix PackWriter excluded objects handling 12 years ago
  Shawn O. Pearce 74333e63b6 PackWriter: Make want/have actual sets 12 years ago
  Shawn O. Pearce 7a9bf1e2e0 PackWriter: Rename getObjectsNumber to getObjectCount 13 years ago
  Shawn O. Pearce 65f9a6e58b Fix dumb transport push 13 years ago
  Shawn O. Pearce 1bf0c3cdb1 Refactor IndexPack to not require local filesystem 13 years ago
  Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 13 years ago
  Shawn O. Pearce 1a06179ea7 Move PackWriter configuration to PackConfig 13 years ago
  Shawn O. Pearce 6b62e53b60 Move PackWriter progress monitors onto the operations 14 years ago
  Shawn O. Pearce a45728d7a4 Ensure ObjectReader used by PackWriter is released 14 years ago
  Shawn O. Pearce ea21c111cb Move PackWriter over to storage.pack.PackWriter 14 years ago
  Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository 14 years ago
  Shawn O. Pearce 767fd314ad Use getObjectsDatabase().getDirectory() to find objects 14 years ago
  Shawn O. Pearce 252cd74eb0 Remove pack stream from PackWriterTest 14 years ago
  Shawn O. Pearce e336bad367 Only import the sample data packs on tests that need them 14 years ago