summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* CachedPackUriProvider: Add size to the pack informationIvan Frade2019-10-111-1/+1
* UploadPackTest: Stop using deprecated PacketLineIn constantsDavid Pursehouse2019-10-071-6/+6
* Fix parsing of core.logAllRefUpdatesThomas Wolf2019-10-071-3/+25
* reftable: move AutoCloseable to ReftableReaderHan-Wen Nienhuys2019-09-271-1/+1
* Fire WorkingTreeModifiedEvent if cherry-pick failed with conflictsMatthias Sohn2019-09-261-0/+21
* reftable: pass OutputStream at construction timeHan-Wen Nienhuys2019-09-204-76/+82
* UploadPackReachabilityTest: Use assertThrows instead of thrownIvan Frade2019-09-181-15/+14
* RequestValidatorTestCase: Tests for the request validatorsIvan Frade2019-09-184-0/+598
* UploadPackTest: Move "reachability" tests to its own fileIvan Frade2019-09-182-97/+317
* Merge branch 'stable-5.5'Matthias Sohn2019-09-171-0/+182
|\
| * Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2019-09-171-0/+182
| |\
| | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-09-171-0/+182
| | |\
| | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-171-0/+182
| | | |\
| | | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-171-0/+182
| | | | |\
| | | | | * WorkingTreeIterator: handle different timestamp resolutionsThomas Wolf2019-09-171-0/+182
* | | | | | reftable: read file footer in ReftableReader#allRefsHan-Wen Nienhuys2019-09-111-0/+38
* | | | | | reftable: add ReftableReflogReaderHan-Wen Nienhuys2019-09-111-0/+44
* | | | | | ReceivePack: Prevent pointing a branch to a non-commit objectYunjie Li2019-09-062-24/+24
|/ / / / /
* | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2019-09-041-0/+29
|\| | | |
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-09-041-0/+29
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-041-0/+29
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-041-0/+29
| | | |\|
| | | | * Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-09-031-0/+29
| | | | |\
| | | | | * Merge branch 'stable-4.11' into stable-5.0stable-5.0Matthias Sohn2019-09-033-203/+69
| | | | | |\
| | | | | | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-09-033-203/+69
| | | | | | |\
| | | | | | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-09-033-203/+69
| | | | | | | |\
| | | | | | | | * BatchRefUpdate: repro racy atomic update, and fix itHan-Wen Nienhuys2019-09-031-0/+29
| | | | | | | | * Delete unused FileTreeIteratorWithTimeControlMatthias Sohn2019-09-032-177/+0
| | | | | | | | * Fix RacyGitTests#testRacyGitDetectionMatthias Sohn2019-09-031-11/+26
| | | | | | | | * Change RacyGitTests to create a racy git situation in a stable wayMasaya Suzuki2019-09-031-25/+24
* | | | | | | | | Merge branch 'stable-5.4' into stable-5.5Jonathan Nieder2019-08-291-0/+127
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-5.3' into stable-5.4Jonathan Nieder2019-08-291-0/+127
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-5.2' into stable-5.3Jonathan Nieder2019-08-291-0/+127
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2019-08-291-0/+127
| | | |\| | | | |
| | | | * | | | | Return a new instance from openSystemConfig and openUserConfigMatthias Sohn2019-08-301-0/+127
* | | | | | | | | Merge "RevWalk: Traverse all parents of UNINTERESTING commits"Jonathan Tan2019-08-262-0/+95
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | RevWalk: Traverse all parents of UNINTERESTING commitsAlex Spradlin2019-08-262-0/+95
* | | | | | | | | | Fix error occurring when SecurityManager is enabledNail Samatov2019-08-231-0/+206
* | | | | | | | | | Merge "UploadPack: support custom packfile-to-URI mapping"Jonathan Tan2019-08-201-0/+54
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | UploadPack: support custom packfile-to-URI mappingJonathan Tan2019-08-201-0/+54
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-207-3/+156
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-207-3/+156
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-197-3/+156
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-197-3/+156
| | | |\ \ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | |
| | | | * | | | | | Fix NPE in CommitOnlyTest#getHeadMatthias Sohn2019-08-181-0/+6
| | | | * | | | | | Cache user global and system-wide git configurationsMatthias Sohn2019-08-182-33/+47
| | | | * | | | | | Merge "Ensure FSTest uses MockSystemReader" into stable-5.1David Pursehouse2019-08-121-0/+2
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Ensure FSTest uses MockSystemReaderMatthias Sohn2019-08-131-0/+2
| | | | * | | | | | | Make supportsAtomicCreateNewFile return true as defaultVishal Devgire2019-08-121-0/+125
| | | | |/ / / / / /
| | | | * | | | | | LocalDiskRefTreeDatabaseTest shall use MockSystemReaderMatthias Sohn2019-08-111-0/+1