50 Commits (b79882586de256060076324cd988f3a1cbd92b38)

Author SHA1 Message Date
  Terry Parker b79882586d Wrap the Files.list returned Stream in a try-with-resources block 3 years ago
  Matthias Sohn a2bb540f29 [spotbugs] Fix potential NPE in FileRepository#convertToReftable 3 years ago
  Han-Wen Nienhuys 7386f73bb0 Remove reftree and ketch 4 years ago
  Han-Wen Nienhuys 30fb4808f2 Update reftable storage repo layout 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  Matthias Sohn 83f90a274c Set config "extensions" option when converting ref storage format 4 years ago
  Matthias Sohn 57f22d6db1 Externalize error message in FileRepository#convertRefStorage 4 years ago
  Han-Wen Nienhuys e0744891fe FileRepository: cleanup refs outside refs/ on reftable conversion 4 years ago
  Han-Wen Nienhuys 38586d54d0 file: implement FileReftableDatabase 4 years ago
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4 years ago
  Matthias Sohn f383206ace Cache user global and system-wide git configurations 4 years ago
  David Ostrovsky 8cd07cb815 Repository: Add getIdentifier() method to avoid instanceof operator 5 years ago
  Carsten Hammer 84fc5c908d Convert to lambda or member reference 5 years ago
  Matthias Sohn 1cb8c5d7fe Simplify locking of FileRepository's index snapshot 6 years ago
  Matthias Sohn b782518cae Refactor FileRepository.detectIndexChange() 6 years ago
  Matthias Sohn a3738ef137 Ensure index change event is fired when index snapshot changed 6 years ago
  David Pursehouse 4162ad0dd3 Repository: Deprecate the #getAllRefs method 6 years ago
  David Pursehouse 1046ba12f9 FileRepository: Don't use deprecated RefDatabase#getRefs(String) 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  Matthias Sohn e9e150fdd2 Store in IndexChangedEvent if it was caused by JGit itself 6 years ago
  David Pursehouse d1356bf238 FileRepository: Open FileInputStream in try-with-resource 6 years ago
  David Pursehouse 0c259eaf1d Replace explicit calls to initCause where possible 6 years ago
  Matthias Sohn 5480da5999 Fix javadoc in org.eclipse.jgit storage/file package 6 years ago
  Shawn Pearce 53dd9a9e4b Rename extensions.refsStorage to refStorage 6 years ago
  David Turner 6b1e3c58b1 Run auto GC in the background 7 years ago
  Martin Fick e4714a2a5f Prevent alternates loop 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  Matthias Sohn a4feeb0194 Don't rely on default locale when using toUpperCase() and toLowerCase() 7 years ago
  Shawn Pearce ca4ef2d24b Add missing @Override found by ErrorProne 7 years ago
  Shawn Pearce 1c70dd6d21 Add {get,set}GitwebDescription to Repository 7 years ago
  Matthias Sohn 64a404803e Implement auto gc 8 years ago
  Matthias Sohn 4c236ff4bb Replace use of deprecated method Repository.getRef() 8 years ago
  David Pursehouse e96cb22a43 Don't use deprecated LockFile constructor 8 years ago
  Shawn Pearce 9e3d391953 Change to extensions.refsStorage 8 years ago
  Shawn Pearce 088c2fc6e3 FileRepository: Support extensions.refsBackendType = RefTree 8 years ago
  Arthur Daussy 12280c02db Adds the git attributes computation on the treewalk 9 years ago
  Christian Halstrick 03e860a7b7 Allow explicit configuration of git directory in InitCommand 9 years ago
  Matthias Sohn 668acc6fc5 Only hide gitdir if the repository isn't bare 9 years ago
  Robin Rosenberg 00c4a73fbc Windows: Hide the .git directory if hidedotfiles is set to non-false 10 years ago
  Robin Rosenberg 078a9f6066 Add symlink support to JGit 11 years ago
  Shawn Pearce d1aacc415a Fix MissingObjectException race in ObjectDirectory 10 years ago
  Robin Rosenberg ed7e1eff07 Suppport the GIT_CONFIG_NOSYSTEM environment variable 10 years ago
  Colby Ranger 5218f7b33a Propagate IOException where possible when getting refs. 10 years ago
  Robin Rosenberg 9dcd8c2c90 Make the Reflog a public API again 11 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Colby Ranger 82ecfb3e31 Remove packIndex field from FileObjDatabase openPack method. 11 years ago
  Robin Rosenberg c310fa0c80 Mark non-externalizable strings as such 11 years ago
  Marc Strapetz 67edd3eda7 RevWalk support for shallow clones 11 years ago
  Robin Rosenberg dccad56c9a Set core.precomposeunicode to true when creating repository on Mac 12 years ago
  Robin Rosenberg 2853c61f12 Do not set core.autocrlf when creating repo 12 years ago