534 Commits (73eb32be829c0f2167c2796ce1ba60bdf4a6b88a)

Author SHA1 Message Date
  Shawn Pearce 73eb32be82 RefTree: Store references in a Git tree 8 years ago
  Shawn Pearce ac41920a43 ObjectChecker: honor some git-core fsck.* options 8 years ago
  Shawn Pearce fa7ce0e0f3 ObjectChecker: allow some objects to skip errors 8 years ago
  Shawn Pearce e3acf01748 ObjectChecker: use java.text.Normalizer directly 8 years ago
  Shawn Pearce 29aa444760 PackWriter: use lib.ObjectIdSet to avoid wrapper 8 years ago
  Andrey Loskutov 95b36b397b Null-annotated Ref class and fixed related compiler errors 8 years ago
  Doug Kelly 618b0c1ceb Accept UTF8 BOM with BlobBasedConfig 8 years ago
  Christian Halstrick bd31555ee5 Add support for smudge filters 8 years ago
  Christian Halstrick 5d9f595eb8 Add support for clean filters 8 years ago
  Ivan Motsch 75697adc5a Add the new class Attributes holding multiple Attribute(s) 8 years ago
  Jonathan Nieder 5be4814e38 Repository: Introduce exactRef and findRef, deprecate getRef 9 years ago
  Andrey Loskutov 830117e761 Null-annotated RefDatabase class 8 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
  Jonathan Nieder 7dcb50a04a Fallback exactRef: Do not ignore symrefs to unborn branch 8 years ago
  Matthias Sohn b37d77997c Add missing javadoc to bitmap index classes 8 years ago
  Jonathan Nieder 73474466eb Make BitmapBuilder.getBitmapIndex public 8 years ago
  Jonathan Nieder f523f21e59 Deprecate BitmapBuilder.add and introduce simpler addObject method 8 years ago
  Marc Strapetz 82edf06311 BaseRepositoryBuilder should trim CR from .git symref 8 years ago
  Andrey Loskutov 260e092e79 [performance] Remove synthetic access$ methods in lib, util and dircache 8 years ago
  Christian Halstrick f4596284a0 Fix endless loop in ObjectChecker for MacOS 8 years ago
  Andrey Loskutov 204da3969e Fixed javadoc: the getBranch() and getFullBranch() can return null 9 years ago
  Matthias Sohn f53306bf2a Fix typos in javadoc of ObjectId.equals() 9 years ago
  Jonathan Nieder 761f070866 Throw InvalidObjectIdException from ObjectId.fromString("tooshort") 9 years ago
  Tobias Oberlies d34314644e API to remove repositories from RepositoryCache 9 years ago
  Dave Borowitz fc6790a5d7 Include push certificates in RefUpdate 9 years ago
  Dave Borowitz e49e7b4bd4 Add a separate type for the identity in a push certificate 9 years ago
  Jonathan Nieder cd3d952ec6 Revert "Config: Distinguish between empty and null strings" 9 years ago
  Jonathan Nieder c1fca6cb43 Add missing # to javadoc comment 9 years ago
  Jonathan Nieder 48b67012d6 Allow lookup of multiple exact refs in one shot 9 years ago
  Jonathan Nieder a04d1ad2f1 Introduce exactRef to read a ref whose exact name is known 9 years ago
  Dave Borowitz b9f850a79b Config: Allow ending a file with "=" and no newline 9 years ago
  Dave Borowitz 96eb3ee397 Config: Distinguish between empty and null strings 9 years ago
  Hugo Arès 27128b3e01 Fix WindowCursor memory leak. 9 years ago
  Matthias Sohn 11a0dffd16 Silence resource leak warnings where caller is responsible to close 9 years ago
  Matthias Sohn 2390531888 Externalize translatable texts in org.eclipse.jgit 9 years ago
  Andrey Loskutov 4d565f0b5f Guard agains null ReflogReader if named ref does not exist 9 years ago
  Matthias Sohn 686124bec3 Replace deprecated release() methods by close() 9 years ago
  Matthias Sohn 0e73d39506 Use AutoClosable to close resources in bundle org.eclipse.jgit 9 years ago
  Hugo Arès 9d6507ba4d Fix ObjectReader resources leak 9 years ago
  Shawn Pearce ca7daa5226 ObjectReader: remove the walkAdvice API 9 years ago
  Shawn Pearce 4feffb3bf5 Add fsck.allowInvalidPersonIdent to accept invalid author/committers 9 years ago
  Shawn Pearce c761c8bb5c Avoid storing large packs in block cache during reuse 9 years ago
  Matthias Sohn 1728d1d760 Use try-with-resource to close resources in ObjectDatabase 9 years ago
  Matthias Sohn d6692d54a9 Use try-with-resource to close resources in BlobBasedConfig 9 years ago
  Jonathan Nieder 5967b65838 Revert "CommitBuilder should check for duplicate parents" 9 years ago
  Christian Halstrick 6bc48cdc62 CommitBuilder should check for duplicate parents 12 years ago
  Shawn Pearce 7ab6ffdf50 Remove AutoCloseable from internal PackFile and friends 9 years ago
  Laurent Delaigue efeb02bf2b Support for the commit-msg hook. 9 years ago