aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Upgrade maven-source-plugin to 3.1.0David Pursehouse2019-05-231-1/+1
| * | Upgrade maven-jar-plugin to 3.1.2David Pursehouse2019-05-231-1/+1
| * | Upgrade jacoco-maven-plugin to 0.8.4David Pursehouse2019-05-231-1/+1
| * | BitmapCalculator and its test: add missing license headerMatthias Sohn2019-05-232-0/+84
| * | RevWalk: new method createReachabilityChecker()Ivan Frade2019-05-224-11/+21
* | | PackWriter: Make internal class staticDavid Pursehouse2019-06-061-1/+1
* | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-06-0618-120/+1201
|\ \ \ | |_|/ |/| |
| * | Prepare 5.3.3-SNAPSHOT buildsMatthias Sohn2019-06-0568-425/+425
| * | JGit v5.3.2.201906051522-rv5.3.2.201906051522-rMatthias Sohn2019-06-0568-89/+89
| * | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-06-0517-81/+1152
| |\ \
| | * \ Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-06-0517-80/+1149
| | |\ \
| | | * | Prepare 5.1.9-SNAPSHOT buildsMatthias Sohn2019-06-0556-357/+357
| | | * | JGit v5.1.8.201906050907-rv5.1.8.201906050907-rMatthias Sohn2019-06-0556-59/+59
| | | * | Test detecting modified packfilesChristian Halstrick2019-06-051-11/+222
| | | * | Enhance fsTick() to use filesystem timer resolutionChristian Halstrick2019-06-051-8/+16
| | | * | 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-044-22/+312
| | | * | Wait opening new packfile until it can't be racy anymoreMatthias Sohn2019-06-046-6/+227
| | | * | Avoid null PackConfig in GCMatthias Sohn2019-05-291-6/+7
| | | * | Add FileSnapshot test testing recognition of file size changesMatthias Sohn2019-05-291-0/+17
| | | * | Capture reason for result of FileSnapshot#isModifiedMatthias Sohn2019-05-292-15/+71
| | | * | Skip FileSnapshotTest#testSimulatePackfileReplacement on WindowsMatthias Sohn2019-05-291-0/+3
| | | * | Tune max heap size for testsMatthias Sohn2019-05-298-8/+8
| | | * | Fix FileSnapshotTest.testNewFileNoWait() to match its javadocMatthias Sohn2019-05-271-2/+0
| | | * | ObjectDirectory: fix closing of obsolete packsMarc Strapetz2019-05-271-1/+2
| | | * | Include filekey file attribute when comparing FileSnapshotsMatthias Sohn2019-05-222-9/+71
| | | * | Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-226-14/+192
| | | * | Fix FileSnapshot's consideration of file sizeMatthias Sohn2019-05-221-16/+26
| | | * | Fix API problem filtersMatthias Sohn2019-05-222-2/+2
| | * | | Fix API problem filtersMatthias Sohn2019-05-142-2/+2
| * | | | Update API filters for methods added to fix bugsMatthias Sohn2019-05-262-2/+2
| * | | | Bazel: Increase severity of most error-prone checks to ERRORDavid Pursehouse2019-05-261-39/+39
| * | | | Enable error-prone checks by defaultDavid Pursehouse2019-05-262-1/+4
| * | | | Add bazel options to align with gerrit'sDavid Ostrovsky2019-05-261-0/+8
* | | | | Merge branch 'stable-5.3' into stable-5.4David Pursehouse2019-05-241-1/+1
|\| | | |
| * | | | SystemReader: Respect passed-in parent when no system config is presentDave Borowitz2019-05-231-1/+1
* | | | | Prepare 5.4.0-SNAPSHOT buildsMatthias Sohn2019-05-2272-103/+103
* | | | | JGit v5.4.0.201905221418-m3v5.4.0.201905221418-m3Matthias Sohn2019-05-2272-103/+103
* | | | | Merge branch 'master' into stable-5.4Matthias Sohn2019-05-22112-1242/+1675
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ReachabilityCheckers: @since 5.4Ivan Frade2019-05-223-3/+3
| * | | | Update Orbit to S20190521195709 for 2019-06 M3Matthias Sohn2019-05-2215-83/+104
| * | | | Tune max heap size for testsMatthias Sohn2019-05-228-8/+8
| * | | | GPG: check that the key found is a signing keyThomas Wolf2019-05-213-0/+10
| * | | | GPG: use key fingerprint suffix to compare id for signing keyThomas Wolf2019-05-211-5/+6
| * | | | Merge "Recognize ReachabilityCheckerTestCase as helper"Jonathan Nieder2019-05-201-0/+1
| |\ \ \ \
| | * | | | Recognize ReachabilityCheckerTestCase as helperJonathan Tan2019-05-201-0/+1
| * | | | | UploadPack: restore inadvertently deleted lineJonathan Tan2019-05-201-0/+1
| |/ / / /
| * | | | Merge changes from topic 'reachability-2'Jonathan Tan2019-05-209-44/+914
| |\ \ \ \
| | * | | | UploadPack: Use reachability checker to validate non-advertised wantsIvan Frade2019-05-161-44/+78
| | * | | | BitmappedReachabilityChecker: Reachability check using bitmapsIvan Frade2019-05-152-0/+191