385 Commits (37436cc9334ed7bf49bf1d297ae4f90d5f141068)

Author SHA1 Message Date
  David Pursehouse 064834d350 Reorder modifiers to follow Java Language Specification 4 years ago
  Matthias Sohn 1f9c717ff7 WindowCache: add metric for cached bytes per repository 4 years ago
  Matthias Sohn 709f83d489 WindowCache: add option to use strong refs to reference ByteWindows 4 years ago
  Matthias Sohn 2b9dd32a82 Add config constants for WindowCache configuration options 4 years ago
  Matthias Sohn 42f0c7c9cb Enhance WindowCache statistics 4 years ago
  Ivan Frade a307c88714 PackWriter/Statistics: Report offloaded size 4 years ago
  Matthias Sohn a7338dd1e5 Remove FileBasedConfig.load(boolean) introduced in d45219ba 4 years ago
  Matthias Sohn d45219baac Persist minimal racy threshold and allow manual configuration 5 years ago
  Matthias Sohn 16760c3e9a Persist filesystem timestamp resolution and allow manual configuration 5 years ago
  Michael Keppler e9abe09809 Retry loading config when locked by another process 5 years ago
  Matthias Sohn 8bf9c668ad Wait opening new packfile until it can't be racy anymore 5 years ago
  Matthias Sohn 88b56ff1e9 Silence API errors and add missing @since tags caused by 175e6654 5 years ago
  Matthew DeVore 175e66548b tree:<depth> should not traverse overly-deep trees 5 years ago
  Mincong HUANG d09388e156 Avoid double words 5 years ago
  Jonathan Nieder c58362c174 Avoid using @Nullable to annotate arrays 5 years ago
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  Nasser Grainawi d13918310f Retry stale file handles on .git/config file 6 years ago
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 6 years ago
  Terry Parker 302596cc67 Add negotiation statistics to PackStatistics 6 years ago
  David Pursehouse 595f968b6d Add class to access WindowCache statistics 6 years ago
  David Pursehouse 0c259eaf1d Replace explicit calls to initCause where possible 6 years ago
  Matthias Sohn 56cc6afeba Fix javadoc in org.eclipse.jgit storage/file and pack package 6 years ago
  Marc Strapetz 26d78902f8 FileBasedConfig: support for relative includes 6 years ago
  Terry Parker 8dd53135cb Add a new singlePack option to PackConfig 7 years ago
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 years ago
  Matthias Sohn f503a9f5b7 Add missing @since tags on new API constants 7 years ago
  James Melvin 91132bb05e gc: Add options to preserve and prune old pack files 7 years ago
  David Pursehouse a45cfee7a3 Organize imports 7 years ago
  Marco Miller e5a9915a92 Remove UTF-8 checking duplication in Config lib subclasses 8 years ago
  David Pursehouse e96cb22a43 Don't use deprecated LockFile constructor 8 years ago
  Matthias Sohn d2faec27a7 Raise error if FileNotFoundException is caught for an existing file 8 years ago
  Terry Parker 80c7884ea6 Expose bitmap selection parameters via PackConfig 8 years ago
  Terry Parker 320a4142ad Update bitmap selection throttling to fully span active branches. 8 years ago
  Terry Parker 2524157d3d Limit the range of commits for which bitmaps are created. 8 years ago
  Shawn Pearce 1d7d0f95e0 Expose the set of root commits in PackStatistics 8 years ago
  Terry Parker 8b20f2c890 Update comments about PackStatistics 9 years ago
  Terry Parker 6a415915c2 Add the set of shallow commits to PackStatistics 9 years ago
  Terry Parker d9bbb04c3e Introduce PostUploadHook to replace UploadPackLogger 9 years ago
  Matthias Sohn e013bcdcc6 Silence deprecation warning in WindowCacheConfig 9 years ago
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Matthias Sohn 2f93551e18 Add missing @since tags for new API methods 11 years ago
  Shawn Pearce 5d446f410d Support cutting existing delta chains longer than the max depth 11 years ago
  Matthias Sohn dd6f41e401 Add missing @since tags 11 years ago
  Tomasz Zarna 48f30b8614 Fix @since tags in JGit, version 2.4 never existed 11 years ago
  Edwin Kempin e02708a8b3 Fix formatting of PackConfig.toString() & GC.RepoStatistics.toString() 11 years ago
  Matthias Sohn 38cac0acf3 Add convenience factory method for most used builder pattern 11 years ago
  Matthias Sohn d35586a431 Don't use internal type FileRepository in public API 11 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Edwin Kempin eac218b7b4 Add toString() for PackConfig 11 years ago