841 Commits (68b0645a2ed7d6002abe523dd5af51063e0a5c47)

Author SHA1 Message Date
  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
  Matthias Sohn 838b5a84b5 Store filesystem timestamp resolution in extra jgit config 4 years ago
  Thomas Wolf ffe74210d6 SystemReader: extract updating config and its parents if outdated 4 years ago
  Saša Živkov 3d8649ddef Do not rely on ArrayIndexOutOfBoundsException to detect end of input 4 years ago
  Matthias Sohn 86a567f615 Fix NPE in RebaseTodoFile#parseComments 4 years ago
  Matthias Sohn a4216e5382 Fix NPE in ObjectIdOwnerMap#get 4 years ago
  Thomas Wolf 39e83a6583 GPG: also consider pubring.gpg when looking for keys 4 years ago
  Thomas Wolf db0eb9f8ae GPG: check secring.gpg for keys if pubring.kbx is empty 4 years ago
  Matthias Sohn 4b9ed3f678 [error prone] fix ReferenceEquality warning in CommitBuilder 4 years ago
  Matthias Sohn 722deaa671 [error prone] fix ReferenceEquality warning in RefUpdate#updateImpl 4 years ago
  Matthias Sohn bac0e8fd8d [error prone] fix ReferenceEquality warning in static equals methods 4 years ago
  Matthias Sohn 8f7e851346 [error prone] suppress AmbiguousMethodReference in AnyObjectId 4 years ago
  Matthias Sohn a52b331d71 Fix formatting and add missing braces in Repository#stripWorkDir 4 years ago
  Matthias Sohn 400bfd6665 Repository: fix reference comparison of Files 5 years ago
  David Pursehouse 72ae089206 Fix NarrowingCompoundAssignment warnings from Error Prone 5 years ago
  Matthias Sohn d45219baac Persist minimal racy threshold and allow manual configuration 4 years ago
  Matthias Sohn 5911521ba6 Measure minimum racy interval to auto-configure FileSnapshot 4 years ago
  David Turner 59640fb4f0 Constants for objects and info/{http-,}alternates 4 years ago
  Matthias Sohn 16760c3e9a Persist filesystem timestamp resolution and allow manual configuration 5 years ago
  Matthias Sohn 121c957405 Add support for nanoseconds and microseconds for Config#getTimeUnit 5 years ago
  David Pursehouse f18b5010fc Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago
  David Pursehouse 6d0168a414 Make inner classes static where possible 5 years ago
  David Pursehouse 430be89307 Error Prone: Increase severity of NonOverridingEquals to ERROR 5 years ago
  Ivan Frade 96bd5ad8a3 Config: Handle reference-equality warning (and empty javadoc) 5 years ago
  David Pursehouse fd8d779b5e Config: Add helper method to check for empty value 5 years ago
  David Pursehouse 4e8a3df68f Abbreviated{Long}ObjectId: Make operator precedence explicit 5 years ago
  Thomas Wolf f24ad3da66 Handle escaped CR-LF in git config files 5 years ago
  Thomas Wolf d2600693bd Fix off-by-one error in RebaseTodoFile when reading a todo file 5 years ago
  David Ostrovsky 8cd07cb815 Repository: Add getIdentifier() method to avoid instanceof operator 5 years ago
  Brandon Weeks f4443ef3f9 Upgrade Bouncy Castle to 1.61 5 years ago
  Thomas Wolf efe6d2bb5b GPG: check that the key found is a signing key 5 years ago
  Thomas Wolf 6536b5cbca GPG: use key fingerprint suffix to compare id for signing key 5 years ago
  Carsten Hammer 84fc5c908d Convert to lambda or member reference 5 years ago
  David Pursehouse 18ae69158f ConfigConstants: Fix quoting of section names in javadocs 5 years ago
  Thomas Wolf 8277f62897 Revert 4678f4b and provide another solution for bug 467631 5 years ago
  Carsten Hammer 6a4c77e619 Use isEmpty() instead of size()==0 where possible 5 years ago
  Carsten Hammer 0db509f7e7 Use String.isEmpty() instead of comparing to "" 5 years ago
  Patrick Hiesel 93a0e50ed0 Introduce RefDatabase#getTipsWithSha1 to list refs pointing to object 5 years ago
  Gunnar Wagenknecht 440296873b Ignore invalid files in '.gnupg/private-keys-v1.d' 5 years ago
  Ivan Frade cab35b2865 Ref: Add constant for undefined update index 5 years ago
  Jonathan Nieder cc714d3bbb Use Objects.requireNonNull instead of a custom helper 5 years ago
  Jonathan Nieder 3551e443fc Introduce a checkNotNull helper 5 years ago
  Michael Keppler 391c7a25fa Avoid NPE in ObjectId.isId() 5 years ago
  Minh Thai cc2a223fea Do not retain commit body in RevWalk for reachability checks 5 years ago
  Thomas Wolf ca011107b8 On Windows use %APPDATA%\gnupg as GPG directory if it exists 5 years ago
  Matthias Sohn 3ae22bdf66 Add missing @since tag for new API method getUpdateIndex 5 years ago
  David Pursehouse 0368906353 CommitBuilder: Deprecate setEncoding(String) 5 years ago
  David Pursehouse e5c4057467 CommitBuilder: Add missing periods on methods' Javadoc 5 years ago