157 Commits (0db509f7e750336923fcee858a7152129dc1a321)

Author SHA1 Message Date
  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 7 years ago
  Matthias Sohn ceaadf8f98 Log if Repository.useCnt becomes negative 7 years ago
  Christian Halstrick 7ffe547da7 Time based eviction strategy for repository cache 8 years ago
  Matthias Sohn 4c236ff4bb Replace use of deprecated method Repository.getRef() 8 years ago
  Hugo Arès 7d2b3b9e25 Remove repository from cache when it's closed 8 years ago
  Hugo Arès 83235432e7 Fix repository cache never closing repository 8 years ago
  Andrey Loskutov 95b36b397b Null-annotated Ref class and fixed related compiler errors 8 years ago
  Jonathan Nieder 5be4814e38 Repository: Introduce exactRef and findRef, deprecate getRef 9 years ago
  Andrey Loskutov 1020f40813 Null-annotated Repository class and fixed related compiler errors 8 years ago
  Matthias Sohn d2faec27a7 Raise error if FileNotFoundException is caught for an existing file 8 years ago
  Arthur Daussy 12280c02db Adds the git attributes computation on the treewalk 9 years ago