aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal
Commit message (Expand)AuthorAgeFilesLines
* 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
* ReflogReaderTest: Fix indentationDavid Pursehouse2018-03-051-14/+14
* ReflogWriterTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+1
* AbbreviationTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-031-1/+4
* MergedReftable to skip shadowed refs in same reftableMinh Thai2018-02-091-0/+21
* GC: Remove empty references foldersHector Caballero2018-02-071-0/+118
* PackInserterTest#newLargeBlob: Factor Random instance out to class memberDavid Pursehouse2018-01-111-1/+3
* Config: Match C git behavior more closely in escaping valuesDave Borowitz2017-12-211-1/+1
* Merge branch 'stable-4.9'Dave Borowitz2017-12-201-3/+49
|\
| * PackInserter: Ensure objects are written at the end of the packDave Borowitz2017-12-201-3/+49
* | Config: Rewrite subsection and value escaping and parsingDave Borowitz2017-12-181-6/+10
* | PackInserterTest: Prevent potential NPE dereferencing Path.getFileName()David Pursehouse2017-12-081-3/+6
* | Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-2/+3
* | Merge branch 'stable-4.9'Matthias Sohn2017-11-301-0/+106
|\|
| * GC: Delete stale temporary packs and indexesHector Caballero2017-11-241-0/+106
* | Break down DfsBlockCache stats by pack file extension.Minh Thai2017-11-272-5/+6
* | Merge changes from topic 'includeDeletes'Shawn Pearce2017-11-161-0/+102
|\ \
| * | Add flag for keeping ref tombstones in GC reftableMinh Thai2017-11-151-0/+102
* | | Remove unused import from ReftableCompactorTestMatthias Sohn2017-11-151-1/+0
|/ /
* | Merge "ObjectDirectory: Add pack directory getter"David Pursehouse2017-11-145-7/+7
|\ \
| * | ObjectDirectory: Add pack directory getterHector Caballero2017-11-145-7/+7
* | | ReftableCompactor should accept 0 for minUpdateIndexMinh Thai2017-11-141-0/+326
|/ /
* | Merge branch 'stable-4.9'David Pursehouse2017-11-021-0/+539
|\|
| * PackInserter: Implement newReader()Dave Borowitz2017-11-011-1/+119
| * FileRepository: Add pack-based inserter implementationDave Borowitz2017-11-011-0/+421
* | dfs: Switch InMemoryRepository to DfsReftableDatabaseShawn Pearce2017-10-181-5/+4
* | Support symbolic references in ReceiveCommandShawn Pearce2017-10-181-1/+2
|/
* Support force writing reflog on a per-update basisDave Borowitz2017-09-302-6/+75
* Ensure ReflogWriter only works with a RefDirectoryDave Borowitz2017-09-301-1/+2
* Fix missing RefsChangedEvent when packed refs are usedThomas Wolf2017-09-071-0/+70
* dfs: write reftable from DfsGarbageCollectorShawn Pearce2017-09-051-0/+190
* reftable: explicitly store update_index per refShawn Pearce2017-08-212-13/+55
* reftable: resolve symbolic referencesShawn Pearce2017-08-171-0/+37
* reftable: compact merged tablesShawn Pearce2017-08-171-0/+27
* reftable: merge-join reftablesShawn Pearce2017-08-171-0/+324
* reftable: lookup by ObjectId unit testsShawn Pearce2017-08-171-0/+62
* reftable: reflog unit testsShawn Pearce2017-08-171-0/+151
* reftable: namespace unit testsShawn Pearce2017-08-171-0/+36
* reftable: bulk operation unit testsShawn Pearce2017-08-171-0/+82
* reftable: basic functionality unit testsShawn Pearce2017-08-171-0/+357
* Merge branch 'stable-4.8'Matthias Sohn2017-08-151-0/+103
|\
| * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2017-08-151-0/+103
| |\
| | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-08-141-0/+103
| | |\
| | | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-08-141-0/+103
| | | |\
| | | | * Fix exception handling for opening bitmap index filesChristian Halstrick2017-08-141-0/+103
* | | | | Rename extensions.refsStorage to refStorageShawn Pearce2017-08-111-1/+1
* | | | | RefDirectory: Add in-process fair lock for atomic updatesDave Borowitz2017-07-281-0/+55
* | | | | RefDirectory: Retry acquiring ref locks with backoffDave Borowitz2017-07-282-0/+106