aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src
Commit message (Expand)AuthorAgeFilesLines
* TestRepository: Deprecate #getDate and use #getInstant insteadIvan Frade9 days1-9/+24
* SystemReader#now: make it a concrete methodIvan Frade2024-11-141-6/+0
* MockSystemReader: create the right time zoneIvan Frade2024-11-131-1/+1
* SystemReader: Give a default implementation to #getTimezoneAt()Ivan Frade2024-11-131-5/+0
* Don't fail when trying to prune pack which is already goneJacek Centkowski2024-11-121-1/+2
* Merge branch 'stable-7.0'Matthias Sohn2024-11-121-3/+7
|\
| * Enhance CommitBuilder#parent to tolerate null parentMatthias Sohn2024-11-071-3/+7
* | SystemReader: Offer methods with java.time APIIvan Frade2024-11-081-0/+18
* | [errorprone] SeparateClassloadertTestRunner: use #split(String,int)Ivan Frade2024-10-301-1/+1
|/
* TestRepository: Add getInstant methodDavid Ostrovsky2023-10-051-0/+11
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+2
* [errorprone] Fix BadImportMatthias Sohn2023-09-251-4/+4
* [errorprone] MockSystemReader: fix CatchAndPrintStackTraceMatthias Sohn2023-09-251-1/+1
* Use ShutdownHook to gracefully handle JVM shutdownMatthias Sohn2023-09-121-17/+17
* Default for global (user) git ignore fileThomas Wolf2023-06-191-5/+19
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-169-36/+130
* BatchingProgressMonitor: expose time spent per taskMatthias Sohn2023-02-271-0/+5
* Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2022-11-201-0/+2
|\
| * Silence API errorsMatthias Sohn2022-11-201-0/+2
* | [merge] Fix merge conflicts with symlinksThomas Wolf2022-09-071-0/+18
|/
* [test] Fix closing of test repositoriesNail Samatov2022-01-301-2/+19
* Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2021-12-046-0/+11
|\
| * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-12-046-0/+11
| |\
| | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-12-046-0/+11
| | |\
| | | * Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-12-046-0/+11
| | | |\
| | | | * Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-12-046-0/+11
| | | | |\
| | | | | * Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2021-12-046-0/+11
| | | | | |\
| | | | | | * Add missing @since tagsMatthias Sohn2021-12-046-0/+11
* | | | | | | Introduce getMergedInto(RevCommit commit, Collection<Ref> refs)Adithya Chakilam2021-03-141-0/+12
|/ / / / / /
* | | | | | PackFile: Add id + ext based constructorsNasser Grainawi2021-03-071-9/+2
* | | | | | Create a PackFile class for Pack filenamesNasser Grainawi2021-03-041-4/+7
* | | | | | Rename PackFile to PackNasser Grainawi2021-02-101-3/+3
* | | | | | Fix SeparateClassloaderTestRunner on Java 9 or higherMatthias Sohn2021-02-051-4/+10
|/ / / / /
* / / / / Close Repository to fix tests failing on WindowsNail Samatov2020-11-011-0/+8
|/ / / /
* / / / ResolveMerger: Adding test cases for GITLINK mergeDemetr Starshov2020-08-261-0/+16
|/ / /
* | | Merge branch 'stable-5.6'Matthias Sohn2020-02-281-1/+1
|\| |
| * | Make Logger instances finalDavid Pursehouse2020-02-271-1/+1
* | | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+1
* | | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0413-494/+65
|/ /
* | Merge branch 'stable-5.5'Matthias Sohn2019-11-112-2/+33
|\|
| * Store filesystem timestamp resolution in extra jgit configMatthias Sohn2019-11-092-2/+33
* | Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+1
|/
* Merge "RevWalk: Traverse all parents of UNINTERESTING commits"Jonathan Tan2019-08-261-1/+38
|\
| * RevWalk: Traverse all parents of UNINTERESTING commitsAlex Spradlin2019-08-261-1/+38
* | Fix error occurring when SecurityManager is enabledNail Samatov2019-08-231-0/+94
* | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-202-9/+68
|\ \ | |/ |/|
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-192-9/+68
| |\
| | * Cache user global and system-wide git configurationsMatthias Sohn2019-08-182-5/+45
| | * Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lockMatthias Sohn2019-08-161-6/+7
| | * Implement toString in MockSystemReader and MockConfigMatthias Sohn2019-08-111-0/+11