66 Révisions (stable-3.2)

Auteur SHA1 Message Date
  Matthias Sohn e649287502 Enhance RepositoryTestCase.commitFile() to work on empty repository il y a 10 ans
  Robin Stocker 09711a4bb9 Make sure SystemReader is reset after test is run il y a 10 ans
  Robin Rosenberg 068e2df1ce Fix failed tests when the tmp directory is a symlink il y a 10 ans
  Robin Rosenberg 99d981ce35 Update reflog like C Git during rebase (non-interactive) il y a 11 ans
  Robin Rosenberg 60e01cff2f Update reflog like C Git during rebase (non-interactive) il y a 11 ans
  Tomasz Zarna 3e58471ee3 Remove unused import in LocalDiskRepositoryTestCase il y a 11 ans
  Shawn Pearce 36144e12d8 Fix hardcoded use of target/trash in LocalDiskRepositoryTestCase il y a 11 ans
  Robin Rosenberg dd3181603e Extend the FS class for Java7 il y a 11 ans
  Matthias Sohn d35586a431 Don't use internal type FileRepository in public API il y a 11 ans
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage il y a 11 ans
  Robin Rosenberg 767be14f34 Move base test classes to the junit bundle for reuse for Java 7 tests il y a 11 ans
  Colby Ranger 82ecfb3e31 Remove packIndex field from FileObjDatabase openPack method. il y a 11 ans
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static il y a 11 ans
  Robin Stocker 9ea38173cc Provide a convenient read() in RepositoryTestCase il y a 11 ans
  Robin Rosenberg c3f1fac03f Suppress boxing warnings where we know they are ok il y a 11 ans
  Sasa Zivkov a551493240 Additional unit tests for the GC il y a 11 ans
  Jevgeni Zelenkov 803debd7be Ensure a directory exists before trying to create/merge a file into it. il y a 11 ans
  Dave Borowitz 9346f1cc94 Add a CommitBuilder method to edit arbitrary DirCacheEntrys il y a 12 ans
  Robin Rosenberg e251355897 Get rid of warnings about empty statments il y a 12 ans
  Robin Rosenberg 42d7565ba9 Validate paths during DirCheckout il y a 12 ans
  Daniel Megert 709cd52958 Let the date formatter pick the locale. il y a 12 ans
  Dariusz Luksza b649eaa9a8 Move writeTrashFile and deleteFile into JGitTestUtil il y a 12 ans
  Robin Rosenberg e875c905d3 Make sure all bytes are written to files on close, or get an error. il y a 12 ans
  Robin Rosenberg dfcb43eff1 Add methods for configuring platform emulation il y a 12 ans
  Robin Rosenberg 3a4fa52723 Add locale to the properties manageable by SystemReader il y a 12 ans
  Robin Rosenberg 06b183f9b7 Add a method to SystemReader to get the time zone il y a 12 ans
  Adrian Goerler ad74bbf9c1 Cleanup directories leftover by test. il y a 13 ans
  Adrian Goerler 2062d623e3 Cleanup curly braces il y a 13 ans
  Christian Halstrick c1525e2aa5 Make sure test repositories are closed il y a 13 ans
  Ketan Padegaonkar d60001c83b Add GitCloneTaskTest il y a 13 ans
  Matthias Sohn ea0f2f9e39 Create all test data in trash folder il y a 13 ans
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir il y a 13 ans
  Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 il y a 13 ans
  Robin Rosenberg 797ebba307 Add support for getting the system wide configuration il y a 13 ans
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value il y a 13 ans
  Shawn O. Pearce 3e2b9b691e Allow writing a NoteMap back to the repository il y a 13 ans
  Robin Rosenberg afedfc2530 Comment the use of System.gc in LocalDiskRepositoryTestCase il y a 13 ans
  Robin Rosenberg 96f45e35f3 Shut up findbugs/protect the shutdownHook in LocalDiskRepositoryTestcase il y a 13 ans
  Shawn O. Pearce 6df5d3397c Move commit and tag formatting to CommitBuilder, TagBuilder il y a 13 ans
  Shawn O. Pearce 22b285695a Rename Commit, Tag to CommitBuilder, TagBuilder il y a 13 ans
  Shawn O. Pearce 707912b35d Make Tag class only for writing il y a 13 ans
  Shawn O. Pearce b46b635c03 Make Commit class only for writing il y a 13 ans
  Shawn O. Pearce d0043e5d31 Remove unnecessary ObjectId.copy() calls il y a 13 ans
  Jens Baumgart db82b8d7eb Fix concurrent read / write issue in LockFile on Windows il y a 14 ans
  Shawn O. Pearce 94228bde22 Use ObjectReader in DirCacheBuilder.addTree il y a 14 ans
  Shawn O. Pearce 121d009b9b Use ObjectReader in RevWalk, TreeWalk il y a 14 ans
  Shawn O. Pearce acb7be2c5a Refactor Repository.openObject to be Repository.open il y a 14 ans
  Shawn O. Pearce 6b62e53b60 Move PackWriter progress monitors onto the operations il y a 14 ans
  Shawn O. Pearce a45728d7a4 Ensure ObjectReader used by PackWriter is released il y a 14 ans
  Shawn O. Pearce ea21c111cb Move PackWriter over to storage.pack.PackWriter il y a 14 ans