177 コミット (stable-5.7)

作成者 SHA1 メッセージ 日付
  David Pursehouse 14a157dff6 Make Logger instances final 4年前
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check 4年前
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4年前
  Matthias Sohn 838b5a84b5 Store filesystem timestamp resolution in extra jgit config 4年前
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4年前
  Alex Spradlin a80df5380f RevWalk: Traverse all parents of UNINTERESTING commits 4年前
  Nail Samatov b9d2926df4 Fix error occurring when SecurityManager is enabled 4年前
  Matthias Sohn f383206ace Cache user global and system-wide git configurations 4年前
  Matthias Sohn 7f92a70fb3 Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lock 4年前
  Matthias Sohn 9add6d3e24 Implement toString in MockSystemReader and MockConfig 4年前
  Matthias Sohn c28167e103 Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReader 4年前
  Matthias Sohn 65cee6ccbf Override FileBasedConfig's save method in MockConfig 4年前
  Matthias Sohn 8f7e851346 [error prone] suppress AmbiguousMethodReference in AnyObjectId 4年前
  Matthias Sohn d45219baac Persist minimal racy threshold and allow manual configuration 4年前
  Matthias Sohn 5911521ba6 Measure minimum racy interval to auto-configure FileSnapshot 4年前
  Matthias Sohn 902935c38c Reuse FileUtils to recursively delete files created by tests 4年前
  Matthias Sohn 376c20f454 Add missing javadoc in org.eclipse.jgit.junit 4年前
  Matthias Sohn ba5d13ed42 Enhance RepeatRule to report number of failures at the end 4年前
  Matthias Sohn eda2e95fa8 Measure filesystem timestamp resolution already in test setup 5年前
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 5年前
  David Pursehouse 6d0168a414 Make inner classes static where possible 5年前
  Christian Halstrick b2ee9cfbc3 Enhance fsTick() to use filesystem timer resolution 5年前
  Matthias Sohn b513b77477 Measure file timestamp resolution used in FileSnapshot 5年前
  Carsten Hammer 84fc5c908d Convert to lambda or member reference 5年前
  Carsten Hammer 6e03645ad8 Use jdk 5 for loop 5年前
  Carsten Hammer c0268f899e Join catch sections using multicatch 5年前
  Carsten Hammer 0db509f7e7 Use String.isEmpty() instead of comparing to "" 5年前
  David Pursehouse ee32ca226e LocalDiskRepositoryTestCase: Clarify semantics of repository creation methods 5年前
  David Pursehouse 52923e9b07 LocalDiskRepositoryTestCase#createRepository: Default auto-close to false 5年前
  Jackson Toeniskoetter 8ed59c511c Make TestRepository AutoCloseable 5年前
  Thomas Wolf 1316d43e51 Move SshTestGitServer to new bundle org.eclipse.jgit.junit.ssh 5年前
  Thomas Wolf ec1116627f Apache MINA sshd client: properly handle HostKeyAlgorithms config 5年前
  Thomas Wolf 8001f4c1fe Apache MINA sshd client: add gssapi-with-mic authentication 5年前
  Thomas Wolf 0173b25415 Add more ssh tests: pushing, known_host file handling, etc. 5年前
  Thomas Wolf 08b0a8632d Ssh tests with an Apache MINA sshd test git server 5年前
  David Pursehouse ee40efcea4 Make inner classes static where possible 5年前
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5年前
  Terry Parker 00e51e35ee Return parsed objects from TestRepository.commit/tree/blob() 6年前
  David Pursehouse 1f6d43a652 Fix trivial usages of deprecated Repository#getAllRefs 6年前
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6年前
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6年前
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6年前
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 6年前
  David Pursehouse f91ce7faad JGitTestUtil: Open auto-closeable resources in try-with-resource 6年前
  David Pursehouse 0b4e781f7c Use StandardCharsets.UTF_8 in tests 6年前
  Thomas Wolf fc7d407d0b Honor CRLF settings when writing merge results 6年前
  David Pursehouse 098893617d Repeat: Fix javadoc to say 'annotation' instead of 'interface' 6年前
  Matthias Sohn a90b75b47a Fix javadoc in org.eclipse.jgit.junit 6年前
  David Pursehouse 171f84a041 Use constants from StandardCharsets instead of hard-coded strings 6年前
  Minh Thai 15a189e4e0 Add flag for keeping ref tombstones in GC reftable 6年前