51 Commits (0eea7368e26c6a6daeb1bb6eb536977421b1ccc5)

Autor SHA1 Nachricht Datum
  Matthias Sohn f383206ace Cache user global and system-wide git configurations vor 4 Jahren
  Matthias Sohn 7f92a70fb3 Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lock vor 4 Jahren
  Matthias Sohn c28167e103 Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReader vor 4 Jahren
  Matthias Sohn d45219baac Persist minimal racy threshold and allow manual configuration vor 4 Jahren
  Matthias Sohn 5911521ba6 Measure minimum racy interval to auto-configure FileSnapshot vor 4 Jahren
  Matthias Sohn 902935c38c Reuse FileUtils to recursively delete files created by tests vor 4 Jahren
  Matthias Sohn eda2e95fa8 Measure filesystem timestamp resolution already in test setup vor 4 Jahren
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling vor 4 Jahren
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 vor 5 Jahren
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists vor 6 Jahren
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 vor 6 Jahren
  David Pursehouse 0b4e781f7c Use StandardCharsets.UTF_8 in tests vor 6 Jahren
  Matthias Sohn a90b75b47a Fix javadoc in org.eclipse.jgit.junit vor 6 Jahren
  David Turner 6b1e3c58b1 Run auto GC in the background vor 7 Jahren
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments vor 7 Jahren
  David Pursehouse a9a3ce92aa LocalDiskRepositoryTestCase: Add clarifying comment in call to createRepository vor 7 Jahren
  Matthias Sohn 53ad437382 RepositoryCacheTest: avoid to close already closed repository vor 7 Jahren
  David Pursehouse 5d0ca36d39 LocalDiskRepositoryTestCase: Only add to toClose through access method vor 7 Jahren
  David Pursehouse d69a829bdb LocalDiskRepositoryTestCase: Prevent duplicates in list of repos to close vor 7 Jahren
  Shawn Pearce 81f9c18433 Define MonotonicClock interface for advanced timestamps vor 7 Jahren
  David Pursehouse a45cfee7a3 Organize imports vor 7 Jahren
  Matthias Sohn 2cdc130dfc Add missing @since tags and missing javadoc vor 8 Jahren
  Terry Parker 069040ddad Push control of time into MockSystemReader vor 8 Jahren
  Chris Price 37a1e4beaa Move `RepositoryTestCase.indexState` to parent class vor 9 Jahren
  Christian Halstrick 35c00a7a73 Fix LocalDiskRepositoryTestCase to create correct type of repos vor 9 Jahren
  Robin Stocker 09711a4bb9 Make sure SystemReader is reset after test is run vor 10 Jahren
  Tomasz Zarna 3e58471ee3 Remove unused import in LocalDiskRepositoryTestCase vor 11 Jahren
  Shawn Pearce 36144e12d8 Fix hardcoded use of target/trash in LocalDiskRepositoryTestCase vor 11 Jahren
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage vor 11 Jahren
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static vor 11 Jahren
  Robin Stocker 9ea38173cc Provide a convenient read() in RepositoryTestCase vor 11 Jahren
  Dariusz Luksza b649eaa9a8 Move writeTrashFile and deleteFile into JGitTestUtil vor 12 Jahren
  Adrian Goerler ad74bbf9c1 Cleanup directories leftover by test. vor 13 Jahren
  Adrian Goerler 2062d623e3 Cleanup curly braces vor 13 Jahren
  Christian Halstrick c1525e2aa5 Make sure test repositories are closed vor 13 Jahren
  Ketan Padegaonkar d60001c83b Add GitCloneTaskTest vor 13 Jahren
  Matthias Sohn ea0f2f9e39 Create all test data in trash folder vor 13 Jahren
  Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir vor 13 Jahren
  Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 vor 13 Jahren
  Robin Rosenberg afedfc2530 Comment the use of System.gc in LocalDiskRepositoryTestCase vor 13 Jahren
  Robin Rosenberg 96f45e35f3 Shut up findbugs/protect the shutdownHook in LocalDiskRepositoryTestcase vor 13 Jahren
  Shawn O. Pearce d0043e5d31 Remove unnecessary ObjectId.copy() calls vor 13 Jahren
  Jens Baumgart db82b8d7eb Fix concurrent read / write issue in LockFile on Windows vor 14 Jahren
  Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository vor 14 Jahren
  Shawn O. Pearce 203bd66267 Rename Repository getWorkDir to getWorkTree vor 14 Jahren
  Shawn O. Pearce 89d4a7377f Use FileRepository where we assume other file semantics vor 14 Jahren
  Shawn O. Pearce 4c14b7623d Make lib.Repository abstract and lib.FileRepository its implementation vor 14 Jahren
  Robin Rosenberg 0b8b6b5309 Introduce a named constant for the .git directory. vor 14 Jahren
  Shawn O. Pearce f5eb0d9366 Add JUnit tests for HTTP transport vor 14 Jahren
  Robin Rosenberg eb63bfc1b8 Recognize Git repository environment variables vor 14 Jahren