36 Commits (f383206ace187ec92672b806e18a54e8d398a27d)

Author SHA1 Message Date
  Matthias Sohn f383206ace Cache user global and system-wide git configurations 4 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 11 years ago
  Robin Rosenberg 2853c61f12 Do not set core.autocrlf when creating repo 12 years ago
  Kevin Sawicki 7aeea3b27c Compare repository format version as parsed long 12 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  Tomasz Zarna 5d95cd9418 Add constant for default name for the Git repo configuration 12 years ago
  Matthias Sohn 0db0476542 Fire IndexChangedEvent on DirCache.commit() 12 years ago
  Matthias Sohn 46771e9e88 Remove use of GitIndex to detect index changes 12 years ago
  Shawn O. Pearce 6444e60d0e Create empty GIT_DIR/hooks directory 13 years ago
  Shawn O. Pearce 04759f3274 RefAdvertiser: Avoid object parsing 13 years ago
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir 13 years ago
  Robin Rosenberg 797ebba307 Add support for getting the system wide configuration 13 years ago
  Shawn O. Pearce 013cb8de38 Reduce calls to Repository.getConfig 13 years ago
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value 13 years ago
  Shawn O. Pearce 3fe527624d Probe filesystem and set core.filemode correctly 13 years ago