165 Commits (e68c381917f8271fa2314f9d3104cf1f7b1fdfde)

Author SHA1 Message Date
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 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 f18b5010fc Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 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
  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
  Minh Thai cc2a223fea Do not retain commit body in RevWalk for reachability checks 5 years ago
  Jonathan Nieder d83e85736e Don't swallow IOException 5 years ago
  Jonathan Nieder 3f9a5ce13f Deprecate Repository#hasObject 5 years ago
  Jonathan Nieder c1954f6c36 RefDatabase: Introduce findRef synonym for getRef 8 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 fbf6ce65ba Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago
  Matthias Sohn 6bec391d36 Use constant for ".lock" 6 years ago
  Matthias Sohn 5f27032fb8 Use constant for ".lock" 6 years ago
  David Pursehouse 4162ad0dd3 Repository: Deprecate the #getAllRefs method 6 years ago
  David Pursehouse f6c4a492d0 Repository: Deprecate #peel method 6 years ago
  David Pursehouse e701c59a85 Repository: Make #exactRef and #findRef final 6 years ago
  David Pursehouse 1da2ff7242 Repository: Deprecate getTags method 6 years ago
  Jonathan Nieder e9d2a8bd85 Remove deprecated Repository#notifyIndexChanged 6 years ago
  Jonathan Nieder 8c580dd4c0 Implementors should override Repository#notifyIndexChanged(boolean) 6 years ago
  Jonathan Nieder ca79b3d4af Revive Repository#notifyIndexChanged() 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
  Christian Halstrick 45599ae86d Allow '@' as last character of ref 6 years ago
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6 years ago
  Matthias Sohn e1cfe09bfa Remove deprecated Repository#getRef 6 years ago
  Zhen Chen 21d22e6f63 Skip unborn branches in UploadPack 6 years ago
  Matthias Sohn 2464fa440f Fix remaining javadoc errors raised by doclint 6 years ago
  Matthias Sohn 8a6af368c4 Fix javadoc in org.eclipse.jgit lib package 6 years ago
  Shawn Pearce 22201e8cca Update thread-safety warning about Repository 6 years ago
  Martin Fick f9b69677f6 Add parseCommit(AnyObjectId) method to Repository. 7 years ago
  David Pursehouse d4895c7160 Remove unnecessary @SuppressWarnings("nls") 7 years ago
  Thomas Wolf 1f3e74ed9f Make Repository.normalizeBranchName less strict 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  Matthias Sohn f8d232213c Branch normalizer should not normalize already valid branch names 7 years ago
  David Pursehouse 2eb1bebd60 Repository: Include repository name when logging corrupt use count 7 years ago
  Wim Jongman b667c182cb Normalizer creating a valid branch name from a string 7 years ago
  Grace Wang fe329f5db4 Specify RevisionSyntaxException message in Repository#resolve 7 years ago
  Shawn Pearce ca4ef2d24b Add missing @Override found by ErrorProne 7 years ago
  Shawn Pearce 8208da2f59 Deprecate SafeBufferedOutputStream 7 years ago
  Shawn Pearce 1c70dd6d21 Add {get,set}GitwebDescription to Repository 7 years ago
  Matthias Sohn 64a404803e Implement auto gc 8 years ago
  Rüdiger Herrmann 1bafc304c8 Remove unused code from class Repository 7 years ago
  David Pursehouse b8d861bfd5 Repository: Log negative useCnt message together with stack trace 8 years ago
  Matthias Sohn ceaadf8f98 Log if Repository.useCnt becomes negative 8 years ago