| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Use junit TemporaryFolder to cleanup files created by tests" | Matthias Sohn | 2025-01-29 | 1 | -50/+14 |
|\ |
|
| * | Use junit TemporaryFolder to cleanup files created by tests | Matthias Sohn | 2025-01-05 | 1 | -50/+14 |
* | | junit.FakeIndexFactory: Easy fake indexes for tests | Ivan Frade | 2025-01-27 | 1 | -0/+243 |
|/ |
|
* | TestRepository: Stop using deprecated methods in SystemReader | Ivan Frade | 2024-12-27 | 1 | -2/+2 |
* | TestRepository: add version when annotated methods became deprecated | Matthias Sohn | 2024-12-25 | 1 | -2/+2 |
* | LocalDiskRepositoryTestCase: Use java.time API to create PersonIdent | Ivan Frade | 2024-12-23 | 1 | -2/+3 |
* | Add missing @since 7.2 to TestRepository#getTimeZoneId | Matthias Sohn | 2024-12-20 | 1 | -0/+1 |
* | TestRepository: Deprecate #getDate and use #getInstant instead | Ivan Frade | 2024-12-13 | 1 | -9/+24 |
* | SystemReader#now: make it a concrete method | Ivan Frade | 2024-11-14 | 1 | -6/+0 |
* | MockSystemReader: create the right time zone | Ivan Frade | 2024-11-13 | 1 | -1/+1 |
* | SystemReader: Give a default implementation to #getTimezoneAt() | Ivan Frade | 2024-11-13 | 1 | -5/+0 |
* | Don't fail when trying to prune pack which is already gone | Jacek Centkowski | 2024-11-12 | 1 | -1/+2 |
* | Merge branch 'stable-7.0' | Matthias Sohn | 2024-11-12 | 1 | -3/+7 |
|\ |
|
| * | Enhance CommitBuilder#parent to tolerate null parent | Matthias Sohn | 2024-11-07 | 1 | -3/+7 |
* | | SystemReader: Offer methods with java.time API | Ivan Frade | 2024-11-08 | 1 | -0/+18 |
* | | [errorprone] SeparateClassloadertTestRunner: use #split(String,int) | Ivan Frade | 2024-10-30 | 1 | -1/+1 |
|/ |
|
* | TestRepository: Add getInstant method | David Ostrovsky | 2023-10-05 | 1 | -0/+11 |
* | [errorprone] Add missing javadoc summary | Matthias Sohn | 2023-09-25 | 1 | -0/+2 |
* | [errorprone] Fix BadImport | Matthias Sohn | 2023-09-25 | 1 | -4/+4 |
* | [errorprone] MockSystemReader: fix CatchAndPrintStackTrace | Matthias Sohn | 2023-09-25 | 1 | -1/+1 |
* | Use ShutdownHook to gracefully handle JVM shutdown | Matthias Sohn | 2023-09-12 | 1 | -17/+17 |
* | Default for global (user) git ignore file | Thomas Wolf | 2023-06-19 | 1 | -5/+19 |
* | Fix all Javadoc warnings and fail on them | Antoine Musso | 2023-06-16 | 9 | -36/+130 |
* | BatchingProgressMonitor: expose time spent per task | Matthias Sohn | 2023-02-27 | 1 | -0/+5 |
* | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2022-11-20 | 1 | -0/+2 |
|\ |
|
| * | Silence API errors | Matthias Sohn | 2022-11-20 | 1 | -0/+2 |
* | | [merge] Fix merge conflicts with symlinks | Thomas Wolf | 2022-09-07 | 1 | -0/+18 |
|/ |
|
* | [test] Fix closing of test repositories | Nail Samatov | 2022-01-30 | 1 | -2/+19 |
* | Merge branch 'stable-5.11' into stable-5.12 | Matthias Sohn | 2021-12-04 | 6 | -0/+11 |
|\ |
|
| * | Merge branch 'stable-5.10' into stable-5.11 | Matthias Sohn | 2021-12-04 | 6 | -0/+11 |
| |\ |
|
| | * | Merge branch 'stable-5.9' into stable-5.10 | Matthias Sohn | 2021-12-04 | 6 | -0/+11 |
| | |\ |
|
| | | * | Merge branch 'stable-5.8' into stable-5.9 | Matthias Sohn | 2021-12-04 | 6 | -0/+11 |
| | | |\ |
|
| | | | * | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2021-12-04 | 6 | -0/+11 |
| | | | |\ |
|
| | | | | * | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2021-12-04 | 6 | -0/+11 |
| | | | | |\ |
|
| | | | | | * | Add missing @since tags | Matthias Sohn | 2021-12-04 | 6 | -0/+11 |
* | | | | | | | Introduce getMergedInto(RevCommit commit, Collection<Ref> refs) | Adithya Chakilam | 2021-03-14 | 1 | -0/+12 |
|/ / / / / / |
|
* | | | | | | PackFile: Add id + ext based constructors | Nasser Grainawi | 2021-03-07 | 1 | -9/+2 |
* | | | | | | Create a PackFile class for Pack filenames | Nasser Grainawi | 2021-03-04 | 1 | -4/+7 |
* | | | | | | Rename PackFile to Pack | Nasser Grainawi | 2021-02-10 | 1 | -3/+3 |
* | | | | | | Fix SeparateClassloaderTestRunner on Java 9 or higher | Matthias Sohn | 2021-02-05 | 1 | -4/+10 |
|/ / / / / |
|
* / / / / | Close Repository to fix tests failing on Windows | Nail Samatov | 2020-11-01 | 1 | -0/+8 |
|/ / / / |
|
* / / / | ResolveMerger: Adding test cases for GITLINK merge | Demetr Starshov | 2020-08-26 | 1 | -0/+16 |
|/ / / |
|
* | | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-28 | 1 | -1/+1 |
|\| | |
|
| * | | Make Logger instances final | David Pursehouse | 2020-02-27 | 1 | -1/+1 |
* | | | ErrorProne: Enable and fix UnusedException check | David Pursehouse | 2020-01-27 | 1 | -1/+1 |
* | | | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 13 | -494/+65 |
|/ / |
|
* | | Merge branch 'stable-5.5' | Matthias Sohn | 2019-11-11 | 2 | -2/+33 |
|\| |
|
| * | Store filesystem timestamp resolution in extra jgit config | Matthias Sohn | 2019-11-09 | 2 | -2/+33 |
* | | Enable and fix "Statement unnecessarily nested within else clause" warnings | David Pursehouse | 2019-10-17 | 1 | -2/+1 |
|/ |
|
* | Merge "RevWalk: Traverse all parents of UNINTERESTING commits" | Jonathan Tan | 2019-08-26 | 1 | -1/+38 |
|\ |
|