320 コミット (stable-3.6)

作成者 SHA1 メッセージ 日付
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10年前
  Matthias Sohn 2f93551e18 Add missing @since tags for new API methods 11年前
  Shawn Pearce 5d446f410d Support cutting existing delta chains longer than the max depth 11年前
  Matthias Sohn dd6f41e401 Add missing @since tags 11年前
  Tomasz Zarna 48f30b8614 Fix @since tags in JGit, version 2.4 never existed 11年前
  Edwin Kempin e02708a8b3 Fix formatting of PackConfig.toString() & GC.RepoStatistics.toString() 11年前
  Matthias Sohn 38cac0acf3 Add convenience factory method for most used builder pattern 11年前
  Matthias Sohn d35586a431 Don't use internal type FileRepository in public API 11年前
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11年前
  Edwin Kempin eac218b7b4 Add toString() for PackConfig 11年前
  Edwin Kempin 9b20a3b0dd Add toString() for RepoStatistics 11年前
  Shawn Pearce 3760e4319b Remove cached_packs support in favor of bitmaps 11年前
  Shawn Pearce b2c0021b8a Remove objects before optimization from DfsGarbageCollector 11年前
  Shawn Pearce fc6b898cbe Simplfy caching of DfsPackDescription from PackWriter.Statistics 11年前
  Shawn Pearce 4e9fe58bb5 Avoid looking at UNREACHABLE_GARBAGE for client have lines 11年前
  Shawn Pearce ea5eef912a Cluster UNREACHABLE_GARBAGE packs at the end of the search list 11年前
  Shawn Pearce bb002c619b Avoid repacking unreachable garbage in DfsGarbageCollector 11年前
  Shawn Pearce 913cccd5c4 Do not attempt to read bitmap from invalid pack 11年前
  Shawn Pearce 88c962484f Rename DfsPackFile getBitmap method to match PackFile 11年前
  Colby Ranger c660362768 Write the bitmap index correctly in DFS GC. 11年前
  Colby Ranger e6883dfe4b Enable writing bitmaps during GC by default. 11年前
  Colby Ranger f82821728b Enable writing pack indexes with bitmaps in the GC. 11年前
  Colby Ranger dafcb8f6db Support creating pack bitmap indexes in PackWriter. 12年前
  Colby Ranger 3b325917a5 Added read/write support for pack bitmap index. 11年前
  Colby Ranger be7a135e94 Break the dependency on RevObject when creating a newObjectToPack(). 11年前
  Colby Ranger 1512d0ab4e Remove the unused method PackFile.hasExt(). 11年前
  Colby Ranger 4a317a1790 Include supported extensions in PackFile constructor. 11年前
  Colby Ranger 95ef1e83d0 Fix off by one error in PackReverseIndex. 11年前
  Colby Ranger 7fbd6588be Reduce memory held and speed up DfsGarbageCollector. 11年前
  Colby Ranger 7c58f6282a Update DfsGarbageCollector to not read back a pack index. 11年前
  Dani Megert 5b13b579b3 Use correct method link in Javadoc 11年前
  Colby Ranger 698705c754 Rename PackConstants to PackExt, a typed pack file extension. 11年前
  Colby Ranger 3f0176aea6 Remove getReverseIndexSize() from DfsPackDescription. 11年前
  Colby Ranger 510a605546 Use file extension with DfsPackDescription get/set file size. 11年前
  Roberto Tyley 5dcc8693d7 Fix concurrent creation of fan-out object directories 11年前
  Colby Ranger 82ecfb3e31 Remove packIndex field from FileObjDatabase openPack method. 11年前
  Colby Ranger 5d3c2b3def Update DfsObjDatabase API to open/write by pack extension. 11年前
  Colby Ranger 154e3c886b Do not enforce DeltaWindow maxMemory when zero. 11年前
  Colby Ranger 51beee5568 Enforce max memory for DeltaWindow. 11年前
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11年前
  Colby Ranger b9e485661d Fix DeltaWindow.clear() to release loaded buffer bytes. 11年前
  Marc Strapetz 67edd3eda7 RevWalk support for shallow clones 11年前
  Robin Rosenberg 20c829838a Make an exception for the formatting rules (turn off) for some files 11年前
  Matthias Sohn 05a7113002 Add missing @since tags to mark API added in 2.2 11年前
  Colby Ranger 034ff96674 Add the an event and listener for a dfs PackIndex being loaded. 11年前
  Colby Ranger f6f8bcd9df Add isIndexLoaded() to DfsPackFile. 11年前
  Robin Stocker b7f5ed5612 Add Javadoc description for packages 11年前
  Robin Rosenberg 81fa566295 Suppress resource warnings with Java 7 11年前
  Markus Keller a27c1a6b15 Fix compile error (method not available in 1.5) 11年前
  Marc Strapetz 8f706db56a FileBasedConfig supports UTF-8 byte order marker 11年前