141 Commits (0db509f7e750336923fcee858a7152129dc1a321)

Author SHA1 Message Date
  Carsten Hammer 0db509f7e7 Use String.isEmpty() instead of comparing to "" 5 years ago
  David Pursehouse ee32ca226e LocalDiskRepositoryTestCase: Clarify semantics of repository creation methods 5 years ago
  David Pursehouse 52923e9b07 LocalDiskRepositoryTestCase#createRepository: Default auto-close to false 5 years ago
  Jackson Toeniskoetter 8ed59c511c Make TestRepository AutoCloseable 5 years ago
  Thomas Wolf 1316d43e51 Move SshTestGitServer to new bundle org.eclipse.jgit.junit.ssh 5 years ago
  Thomas Wolf ec1116627f Apache MINA sshd client: properly handle HostKeyAlgorithms config 5 years ago
  Thomas Wolf 8001f4c1fe Apache MINA sshd client: add gssapi-with-mic authentication 5 years ago
  Thomas Wolf 0173b25415 Add more ssh tests: pushing, known_host file handling, etc. 5 years ago
  Thomas Wolf 08b0a8632d Ssh tests with an Apache MINA sshd test git server 5 years ago
  David Pursehouse ee40efcea4 Make inner classes static where possible 5 years ago
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
  Terry Parker 00e51e35ee Return parsed objects from TestRepository.commit/tree/blob() 6 years ago
  David Pursehouse 1f6d43a652 Fix trivial usages of deprecated Repository#getAllRefs 6 years ago
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6 years ago
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 6 years ago
  David Pursehouse f91ce7faad JGitTestUtil: Open auto-closeable resources in try-with-resource 6 years ago
  David Pursehouse 0b4e781f7c Use StandardCharsets.UTF_8 in tests 6 years ago
  Thomas Wolf fc7d407d0b Honor CRLF settings when writing merge results 6 years ago
  David Pursehouse 098893617d Repeat: Fix javadoc to say 'annotation' instead of 'interface' 6 years ago
  Matthias Sohn a90b75b47a Fix javadoc in org.eclipse.jgit.junit 6 years ago
  David Pursehouse 171f84a041 Use constants from StandardCharsets instead of hard-coded strings 6 years ago
  Minh Thai 15a189e4e0 Add flag for keeping ref tombstones in GC reftable 6 years ago
  Hector Caballero 4334b27d3c ObjectDirectory: Add pack directory getter 6 years ago
  Zhen Chen 2c2999643f Add dfs fsck implementation 7 years ago
  Dave Borowitz 65b64768b3 Move BatchRefUpdate tests to a new file 6 years ago
  David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7 years ago
  David Turner 6b1e3c58b1 Run auto GC in the background 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  David Pursehouse a9a3ce92aa LocalDiskRepositoryTestCase: Add clarifying comment in call to createRepository 7 years ago
  Matthias Sohn 53ad437382 RepositoryCacheTest: avoid to close already closed repository 7 years ago
  David Pursehouse 5d0ca36d39 LocalDiskRepositoryTestCase: Only add to toClose through access method 7 years ago
  David Pursehouse d69a829bdb LocalDiskRepositoryTestCase: Prevent duplicates in list of repos to close 7 years ago
  Shawn Pearce 81f9c18433 Define MonotonicClock interface for advanced timestamps 7 years ago
  Shawn Pearce 8208da2f59 Deprecate SafeBufferedOutputStream 7 years ago
  David Pursehouse a45cfee7a3 Organize imports 7 years ago
  Matthias Sohn 2d4d64481b Add a RepeatRule to help repeating flaky tests 8 years ago
  Terry Parker bd63a56da2 Remove the deprecated TestRepository.getClock() method 8 years ago
  Matthias Sohn 4c236ff4bb Replace use of deprecated method Repository.getRef() 8 years ago
  Matthias Sohn 0c72f60fbf Fix type parameter in javadoc in TestRepository.delete(String ref) 8 years ago
  Jonathan Nieder bc9df9c63c TestRepository: Add delete() method 8 years ago
  Terry Parker 10135580d0 In TestRepository, use a consistent clock 8 years ago
  XinTong Wang 770d36c8ba Fix apply patch which did not work with non-ascii characters 8 years ago
  David Pursehouse e96cb22a43 Don't use deprecated LockFile constructor 8 years ago
  David Pursehouse b85e93046c RepositoryTestCase: Open autocloseable types in try-with-resource 8 years ago
  Matthias Sohn 3af05f6080 Remove declared IOException which is no longer thrown 8 years ago
  Shawn Pearce 4e650c0d76 PackWriter: Declare preparePack object sets as @NonNull 8 years ago
  Shawn Pearce fa7ce0e0f3 ObjectChecker: allow some objects to skip errors 8 years ago
  Christian Halstrick 5d9f595eb8 Add support for clean filters 8 years ago