summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | PacketLineIn: Rename isDelim to isDelimiterDavid Pursehouse2019-06-022-2/+2
* | ProtocolV2ParserTest: Fix typo in commentDavid Pursehouse2019-06-021-1/+1
* | Upgrade Bouncy Castle to 1.61Brandon Weeks2019-06-0114-100/+109
* | Update to Orbit R20190531194818 and rollback update to Ant 1.10.6Matthias Sohn2019-06-0115-39/+39
* | cli: Add the --always option to describeSebastian Schuberth2019-05-312-0/+5
* | DescribeCommand: Support the "always" optionSebastian Schuberth2019-05-312-9/+47
* | cli: Add the --tags option to describeSebastian Schuberth2019-05-312-0/+5
* | DescribeCommand: Consistenly omit the default valueSebastian Schuberth2019-05-311-1/+1
* | Remove excess blank line in FileUtilsTestMatthias Sohn2019-05-311-1/+0
* | PacketLineIn: Add helper methods to check for END and DELIMDavid Pursehouse2019-05-302-6/+31
* | UploadPackTest: Rename variable to avoid hiding class memberDavid Pursehouse2019-05-301-4/+4
* | UploadPackTest: Add missing <> operator on instantiation of ArrayListDavid Pursehouse2019-05-301-1/+1
* | BitmapCalculator: javadoc fixesIvan Frade2019-05-271-1/+2
* | RevWalkUtils: add progress callback to findBranchesReachableFromAndrey Loskutov2019-05-253-1/+43
* | Merge branch 'stable-5.4'David Pursehouse2019-05-241-1/+1
|\ \
* | | 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
| |\| | |