aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* Fix non-deterministic hash of archives created by ArchiveCommandMatthias Sohn2019-06-191-6/+29
* Make inner classes static where possibleDavid Pursehouse2019-06-172-2/+2
* Add debug trace to measure time needed to open pack indexMatthias Sohn2019-06-041-0/+13
* Extend FileSnapshot for packfiles to also use checksum to detect changesMatthias Sohn2019-06-043-22/+169
* Wait opening new packfile until it can't be racy anymoreMatthias Sohn2019-06-045-6/+171
* Avoid null PackConfig in GCMatthias Sohn2019-05-291-6/+7
* Capture reason for result of FileSnapshot#isModifiedMatthias Sohn2019-05-291-15/+64
* ObjectDirectory: fix closing of obsolete packsMarc Strapetz2019-05-271-1/+2
* Include filekey file attribute when comparing FileSnapshotsMatthias Sohn2019-05-221-9/+43
* Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-223-11/+140
* Fix FileSnapshot's consideration of file sizeMatthias Sohn2019-05-221-16/+26
* Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-04-205-27/+66
|\
| * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-04-195-27/+66
| |\
| | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-04-185-27/+66
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-04-185-27/+66
| | | |\
| | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-04-185-27/+66
| | | | |\
| | | | | * Merge branch 'stable-4.7' into stable-4.8stable-4.8Matthias Sohn2019-04-174-28/+68
| | | | | |\
| | | | | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-04-164-28/+68
| | | | | | |\
| | | | | | | * Merge branch 'stable-4.5' into stable-4.6stable-4.6Matthias Sohn2019-04-164-28/+68
| | | | | | | |\
| | | | | | | | * Remember the cause for invalidating a packfileLuca Milanesio2019-04-114-23/+62
| | | | | | | | * Fix pack files scan when filesnapshot isn't modifiedLuca Milanesio2019-04-091-5/+6
* | | | | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-211-2/+5
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-211-2/+5
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-211-2/+5
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-211-2/+5
| | | |\| | | | |
| | | | * | | | | Fix GC to delete empty fanout directories after repackingMatthias Sohn2019-03-201-2/+5
* | | | | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-135-13/+91
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-135-13/+91
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-135-13/+91
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-135-13/+91
| | | |\| | | | |
| | | | * | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-03-135-13/+91
| | | | |\| | | |
| | | | | * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2019-03-135-13/+91
| | | | | |\| | |
| | | | | | * | | Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-03-125-13/+91
| | | | | | |\| |
| | | | | | | * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2019-03-125-13/+91
| | | | | | | |\|
| | | | | | | | * Check for packfile validity and fd before readingLuca Milanesio2019-03-121-0/+8
| | | | | | | | * Move throw of PackInvalidException outside the catchLuca Milanesio2019-03-121-2/+3
| | | | | | | | * Use FileSnapshot to get lastModified on PackFileLuca Milanesio2019-03-121-1/+1
| | | | | | | | * Include size when comparing FileSnapshotLuca Milanesio2019-03-123-8/+64
| | | | | | | | * Do not reuse packfiles when changed on filesystemLuca Milanesio2019-03-122-2/+15
* | | | | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-121-26/+35
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-121-26/+35
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-121-26/+35
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-121-26/+35
| | | |\| | | | |
| | | | * | | | | Reduce contention on PackFile.idx() function.Juergen Denner2019-03-111-26/+35
| * | | | | | | | Merge branch 'stable-4.11' into stable-5.0David Pursehouse2019-03-064-8/+16
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-4.10' into stable-4.11David Pursehouse2019-03-064-8/+16
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2019-03-064-8/+16
| | | |\| | | | |
| | | | * | | | | Fix error log message in ObjectDirectory.handlePackError()Matthias Sohn2019-03-061-2/+2
| | | | * | | | | Properly format pack checksums in PackFile.idx()Matthias Sohn2019-03-061-2/+3
| | | | * | | | | Cancel gc if thread was interruptedMatthias Sohn2019-03-061-1/+1