56 Commits (171f84a04117cfd02446f67565073a05128777a4)

Autor SHA1 Mensaje Fecha
  David Pursehouse 171f84a041 Use constants from StandardCharsets instead of hard-coded strings hace 6 años
  Minh Thai 15a189e4e0 Add flag for keeping ref tombstones in GC reftable hace 6 años
  Hector Caballero 4334b27d3c ObjectDirectory: Add pack directory getter hace 6 años
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments hace 7 años
  Shawn Pearce 8208da2f59 Deprecate SafeBufferedOutputStream hace 7 años
  Terry Parker bd63a56da2 Remove the deprecated TestRepository.getClock() method hace 8 años
  Matthias Sohn 4c236ff4bb Replace use of deprecated method Repository.getRef() hace 8 años
  Matthias Sohn 0c72f60fbf Fix type parameter in javadoc in TestRepository.delete(String ref) hace 8 años
  Jonathan Nieder bc9df9c63c TestRepository: Add delete() method hace 8 años
  Terry Parker 10135580d0 In TestRepository, use a consistent clock hace 8 años
  David Pursehouse e96cb22a43 Don't use deprecated LockFile constructor hace 8 años
  Matthias Sohn 3af05f6080 Remove declared IOException which is no longer thrown hace 8 años
  Shawn Pearce 4e650c0d76 PackWriter: Declare preparePack object sets as @NonNull hace 8 años
  Shawn Pearce fa7ce0e0f3 ObjectChecker: allow some objects to skip errors hace 8 años
  Matthias Sohn 2cdc130dfc Add missing @since tags and missing javadoc hace 8 años
  Terry Parker 2c70d183f5 Restore TestRepository.getClock(), it is used by Gerrit/Gitiles hace 8 años
  Terry Parker 069040ddad Push control of time into MockSystemReader hace 8 años
  Dave Borowitz f1a15f7eb0 TestRepository: Add a cherryPick method hace 9 años
  Dave Borowitz be08dcb6b5 TestRepository: Expose a Git instance hace 9 años
  Dave Borowitz 8b6f9ace15 TestRepository: Allow setting explicit Change-Id hace 9 años
  Dave Borowitz 6ed07f5cb5 TestRepository: Ignore existing Change-Id in message hace 9 años
  Dave Borowitz 0b625445ef TestRepository: Support committing to unborn symref hace 9 años
  Dave Borowitz 828721826a TestRepository: Expose some getters for CommitBuilder hace 9 años
  Dave Borowitz da85ca73ff TestRepository: Add methods to amend commits or refs hace 9 años
  Dave Borowitz d79cadb3cf TestRepository: Add a reset method to move HEAD around hace 9 años
  Dave Borowitz c1d40caa32 TestRepository: Optionally insert Change-Id in commit message hace 9 años
  Dave Borowitz 3d5e70bc5a TestRepository: Allow custom author/committer per-commit hace 9 años
  Dave Borowitz 6599111d92 TestRepository: Use try-with-resources where appropriate hace 9 años
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage hace 11 años
  Colby Ranger 82ecfb3e31 Remove packIndex field from FileObjDatabase openPack method. hace 11 años
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static hace 11 años
  Sasa Zivkov a551493240 Additional unit tests for the GC hace 11 años
  Dave Borowitz 9346f1cc94 Add a CommitBuilder method to edit arbitrary DirCacheEntrys hace 12 años
  Robin Rosenberg e251355897 Get rid of warnings about empty statments hace 12 años
  Robin Rosenberg e875c905d3 Make sure all bytes are written to files on close, or get an error. hace 12 años
  Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 hace 13 años
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value hace 13 años
  Shawn O. Pearce 3e2b9b691e Allow writing a NoteMap back to the repository hace 13 años
  Shawn O. Pearce 6df5d3397c Move commit and tag formatting to CommitBuilder, TagBuilder hace 14 años
  Shawn O. Pearce 22b285695a Rename Commit, Tag to CommitBuilder, TagBuilder hace 14 años
  Shawn O. Pearce 707912b35d Make Tag class only for writing hace 14 años
  Shawn O. Pearce b46b635c03 Make Commit class only for writing hace 14 años
  Shawn O. Pearce d0043e5d31 Remove unnecessary ObjectId.copy() calls hace 14 años
  Jens Baumgart db82b8d7eb Fix concurrent read / write issue in LockFile on Windows hace 14 años
  Shawn O. Pearce 94228bde22 Use ObjectReader in DirCacheBuilder.addTree hace 14 años
  Shawn O. Pearce 121d009b9b Use ObjectReader in RevWalk, TreeWalk hace 14 años
  Shawn O. Pearce acb7be2c5a Refactor Repository.openObject to be Repository.open hace 14 años
  Shawn O. Pearce 6b62e53b60 Move PackWriter progress monitors onto the operations hace 14 años
  Shawn O. Pearce a45728d7a4 Ensure ObjectReader used by PackWriter is released hace 14 años
  Shawn O. Pearce ea21c111cb Move PackWriter over to storage.pack.PackWriter hace 14 años