184 Commits (master)

Author SHA1 Message Date
  Adithya Chakilam 0bd2f4bf77 Introduce getMergedInto(RevCommit commit, Collection<Ref> refs) 3 years ago
  Nasser Grainawi 2a6b2eddcf PackFile: Add id + ext based constructors 3 years ago
  Nasser Grainawi 971dafd302 Create a PackFile class for Pack filenames 3 years ago
  Nasser Grainawi efb154fc24 Rename PackFile to Pack 3 years ago
  Matthias Sohn 9299df41cb Fix SeparateClassloaderTestRunner on Java 9 or higher 3 years ago
  Nail Samatov 5dcc46591a Close Repository to fix tests failing on Windows 3 years ago
  Demetr Starshov e60ea7324f ResolveMerger: Adding test cases for GITLINK merge 3 years ago
  David Pursehouse 14a157dff6 Make Logger instances final 4 years ago
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  Matthias Sohn 838b5a84b5 Store filesystem timestamp resolution in extra jgit config 4 years ago
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4 years ago
  Alex Spradlin a80df5380f RevWalk: Traverse all parents of UNINTERESTING commits 4 years ago
  Nail Samatov b9d2926df4 Fix error occurring when SecurityManager is enabled 4 years ago
  Matthias Sohn f383206ace Cache user global and system-wide git configurations 4 years ago
  Matthias Sohn 7f92a70fb3 Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lock 4 years ago
  Matthias Sohn 9add6d3e24 Implement toString in MockSystemReader and MockConfig 4 years ago
  Matthias Sohn c28167e103 Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReader 4 years ago
  Matthias Sohn 65cee6ccbf Override FileBasedConfig's save method in MockConfig 4 years ago
  Matthias Sohn 8f7e851346 [error prone] suppress AmbiguousMethodReference in AnyObjectId 4 years ago
  Matthias Sohn d45219baac Persist minimal racy threshold and allow manual configuration 4 years ago
  Matthias Sohn 5911521ba6 Measure minimum racy interval to auto-configure FileSnapshot 4 years ago
  Matthias Sohn 902935c38c Reuse FileUtils to recursively delete files created by tests 4 years ago
  Matthias Sohn 376c20f454 Add missing javadoc in org.eclipse.jgit.junit 4 years ago
  Matthias Sohn ba5d13ed42 Enhance RepeatRule to report number of failures at the end 4 years ago
  Matthias Sohn eda2e95fa8 Measure filesystem timestamp resolution already in test setup 4 years ago
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 4 years ago
  David Pursehouse 6d0168a414 Make inner classes static where possible 5 years ago
  Christian Halstrick b2ee9cfbc3 Enhance fsTick() to use filesystem timer resolution 4 years ago
  Matthias Sohn b513b77477 Measure file timestamp resolution used in FileSnapshot 5 years ago
  Carsten Hammer 84fc5c908d Convert to lambda or member reference 5 years ago
  Carsten Hammer 6e03645ad8 Use jdk 5 for loop 5 years ago
  Carsten Hammer c0268f899e Join catch sections using multicatch 5 years ago
  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() 5 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