aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal
Commit message (Expand)AuthorAgeFilesLines
* Extend FileSnapshot for packfiles to also use checksum to detect changesMatthias Sohn2019-06-041-0/+143
* Add FileSnapshot test testing recognition of file size changesMatthias Sohn2019-05-291-0/+17
* Capture reason for result of FileSnapshot#isModifiedMatthias Sohn2019-05-291-0/+7
* Skip FileSnapshotTest#testSimulatePackfileReplacement on WindowsMatthias Sohn2019-05-291-0/+3
* Fix FileSnapshotTest.testNewFileNoWait() to match its javadocMatthias Sohn2019-05-271-2/+0
* Include filekey file attribute when comparing FileSnapshotsMatthias Sohn2019-05-221-0/+28
* Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-211-0/+17
|\
| * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-211-0/+17
| |\
| | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-211-0/+17
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-211-0/+17
| | | |\
| | | | * Fix GC to delete empty fanout directories after repackingMatthias Sohn2019-03-201-0/+17
| * | | | Merge branch 'stable-4.11' into stable-5.0David Pursehouse2019-03-061-0/+52
| |\| | |
| | * | | Merge branch 'stable-4.10' into stable-4.11David Pursehouse2019-03-061-0/+52
| | |\| |
| | | * | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2019-03-061-0/+52
| | | |\|
| | | | * Cancel gc if thread was interruptedMatthias Sohn2019-03-061-0/+52
| | * | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-09-081-4/+5
| | |\| |
| | | * | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-09-081-4/+5
| | | |\|
| | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-081-4/+5
| | | | |\
| | | | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-09-081-4/+5
| | | | | |\
| | | | | | * Use constant for ".lock"Matthias Sohn2018-09-071-4/+5
* | | | | | | Cancel gc if thread was interruptedMatthias Sohn2019-03-031-0/+52
* | | | | | | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-043-9/+10
* | | | | | | Merge branch 'stable-5.0'Matthias Sohn2018-07-271-11/+25
|\| | | | | |
| * | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-07-271-11/+25
| |\| | | | |
| | * | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-07-271-11/+25
| | |\| | | |
| | | * | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-07-271-0/+132
| | | |\| | |
| | | | * | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-07-271-0/+132
| | | | |\| |
| | | | | * | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-07-271-0/+132
| | | | | |\|
| | | | | | * Delete all loose refs empty directoriesLuca Milanesio2018-07-261-10/+24
| | | | | | * GC: Remove empty references foldersHector Caballero2018-07-101-0/+118
* | | | | | | Make Reftable seek* and has* method names more consistentMinh Thai2018-07-112-9/+9
* | | | | | | Seek references by prefix in reftableMinh Thai2018-07-102-9/+9
* | | | | | | Return parsed objects from TestRepository.commit/tree/blob()Terry Parker2018-06-281-1/+0
* | | | | | | Test uniform bitmap commit selection across multiple branchestparker2018-06-261-6/+101
* | | | | | | Merge branch 'stable-5.0'Matthias Sohn2018-06-141-17/+27
|\| | | | | |
| * | | | | | RefUpdateTest: Refactor to not use deprecated Repository#getAllRefsDavid Pursehouse2018-06-131-17/+27
* | | | | | | Merge branch 'stable-5.0'Jonathan Nieder2018-06-081-5/+6
|\| | | | | |
| * | | | | | Use constant for ".lock"Matthias Sohn2018-06-081-5/+6
* | | | | | | Allow overriding DfsPackDescription comparator for scanning packsDave Borowitz2018-06-011-0/+20
* | | | | | | Move DfsPackDescription comparators to common locationDave Borowitz2018-06-011-0/+273
* | | | | | | Use Comparators for PackSourceDave Borowitz2018-06-011-0/+90
* | | | | | | Fix trivial usages of deprecated Repository#getAllRefsDavid Pursehouse2018-05-231-1/+1
|/ / / / / /
* | | | | | Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-185-10/+10
* | | | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-157-19/+19
* | | | | | Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-3/+3
* | | | | | Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-135-183/+139
* | | | | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-112-4/+4
|/ / / / /
* | | | | FileSnapshotTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | | | | T0003_BasicTest: Use CommitBuilder.setEncoding(Charset)David Pursehouse2018-03-061-1/+2
* | | | | ReflogReaderTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+1