aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-171-0/+182
|\
| * WorkingTreeIterator: handle different timestamp resolutionsThomas Wolf2019-09-171-0/+182
* | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-081-2/+2
|\|
| * Format BUILD files with buildifierDavid Pursehouse2019-09-081-2/+2
* | Bazel: Format BUILD files with buildifierDavid Pursehouse2019-09-081-1/+1
* | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-071-0/+1
|\|
| * Bazel: Add fixes for --incompatible_load_java_rules_from_bzlDavid Pursehouse2019-09-071-0/+1
* | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-041-0/+29
|\|
| * Prepare 5.1.12-SNAPSHOT buildsMatthias Sohn2019-09-032-49/+49
| * JGit v5.1.11.201909031202-rv5.1.11.201909031202-rMatthias Sohn2019-09-032-2/+2
| * 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-034-204/+69
| | |\
| | | * Prepare 4.11.10-SNAPSHOT buildsstable-4.11Matthias Sohn2019-09-032-47/+47
| | | * JGit v4.11.9.201909030838-rv4.11.9.201909030838-rMatthias Sohn2019-09-032-2/+2
| | | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-09-034-204/+69
| | | |\
| | | | * Merge branch 'stable-4.9' into stable-4.10stable-4.10Matthias Sohn2019-09-031-1/+0
| | | | |\
| | | | | * Bazel: Remove FileTreeIteratorWithTimeControl from BUILD fileDavid Pursehouse2019-09-031-1/+0
| | | | * | 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
| | | | | * Prepare 4.9.11-SNAPSHOT buildsMatthias Sohn2019-04-182-47/+47
| | | | | * JGit v4.9.10.201904181027-rv4.9.10.201904181027-rMatthias Sohn2019-04-182-2/+2
| | | * | | Prepare 4.11.9-SNAPSHOT buildsMatthias Sohn2019-04-192-47/+47
| | | * | | JGit v4.11.8.201904181247-rv4.11.8.201904181247-rMatthias Sohn2019-04-182-2/+2
* | | | | | Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2019-08-291-0/+127
|\| | | | |
| * | | | | Return a new instance from openSystemConfig and openUserConfigMatthias Sohn2019-08-302-0/+128
| * | | | | Prepare 5.1.11-SNAPSHOT buildsMatthias Sohn2019-08-232-49/+49
| * | | | | JGit v5.1.10.201908230655-rv5.1.10.201908230655-rMatthias Sohn2019-08-232-2/+2
| * | | | | Prepare 5.1.10-SNAPSHOT buildsMatthias Sohn2019-08-212-49/+49
| * | | | | JGit v5.1.9.201908210455-rv5.1.9.201908210455-rMatthias Sohn2019-08-212-2/+2
* | | | | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-1912-11/+174
|\| | | | |
| * | | | | Fix NPE in CommitOnlyTest#getHeadMatthias Sohn2019-08-181-0/+6
| * | | | | Cache user global and system-wide git configurationsMatthias Sohn2019-08-182-33/+47
| * | | | | Add missing dependencies for running FS_POSIXTest in EclipseMatthias Sohn2019-08-161-0/+2
| * | | | | 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-122-0/+127
| * | | | | | Update orbit to R20190602212107-2019-06 to enable backports from masterMatthias Sohn2019-08-121-0/+6
| |/ / / / /
| * | | | | LocalDiskRefTreeDatabaseTest shall use MockSystemReaderMatthias Sohn2019-08-111-0/+1
| * | | | | Ensure we use MockSystemReader in testsMatthias Sohn2019-08-102-0/+5
| * | | | | Disable debug log for FS in org.eclipse.jgit.testMatthias Sohn2019-08-101-1/+1
| * | | | | Bazel: enable logging for tests in org.eclipse.jgit.testMatthias Sohn2019-08-103-3/+13
| * | | | | Stop using deprecated Constants.CHARACTER_ENCODINGDavid Pursehouse2019-08-091-1/+1
* | | | | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-0831-452/+968
|\| | | | |
| * | | | | Fix OpenSshConfigTest#configMatthias Sohn2019-08-081-1/+7
| * | | | | FileSnapshot: fix bug with timestamp thresholdingHan-Wen Nienhuys2019-08-071-8/+28
| * | | | | Cache FileStoreAttributeCache per directoryMatthias Sohn2019-08-061-0/+135
| * | | | | Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-063-5/+5