summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Make blame work correctly on merge conflictsThomas Wolf2019-11-278-98/+256
|/ / / / / /
* | | | | | Merge branch 'stable-5.5'David Pursehouse2019-11-263-5/+7
|\| | | | |
| * | | | | Merge branch 'stable-5.4' into stable-5.5David Pursehouse2019-11-263-5/+7
| |\| | | |
| | * | | | Merge branch 'stable-5.3' into stable-5.4David Pursehouse2019-11-263-5/+7
| | |\| | |
| | | * | | Merge branch 'stable-5.2' into stable-5.3David Pursehouse2019-11-263-5/+7
| | | |\| |
| | | | * | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2019-11-263-5/+7
| | | | |\|
| | | | | * Bazel: Use java_plugin and java_binary from @rules_java in jmh.bzlDavid Pursehouse2019-11-261-3/+5
| | | | | * Bazel: Add missing newlines at end of BUILD filesDavid Pursehouse2019-11-262-2/+2
* | | | | | Upgrade maven-enforcer-plugin to 3.0.0-M3David Pursehouse2019-11-261-1/+1
* | | | | | Merge changes I8698001d,I5c1177acJonathan Nieder2019-11-252-0/+86
|\ \ \ \ \ \
| * | | | | | Add missing license header to ReftableDatabaseJonathan Nieder2019-11-251-0/+43
| * | | | | | Add missing license header to UploadPackRefSortingForReachabilityTestJonathan Nieder2019-11-251-0/+43
* | | | | | | [spotbugs] Fix potential NPE in FSTestMatthias Sohn2019-11-261-1/+3
* | | | | | | Remove unused import in CreateFileSnapshotBenchmarkMatthias Sohn2019-11-261-1/+0
* | | | | | | RepositoryCache: don't require HEAD in git repositoriesHan-Wen Nienhuys2019-11-262-1/+8
* | | | | | | FileRepository: cleanup refs outside refs/ on reftable conversionHan-Wen Nienhuys2019-11-262-0/+18
|/ / / / / /
* | | | | | Merge "UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowed"Jonathan Nieder2019-11-251-7/+11
|\ \ \ \ \ \
| * | | | | | UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowedDavid Pursehouse2019-11-251-7/+11
* | | | | | | Update Orbit to S20191118194249 for 2019-12 M3Matthias Sohn2019-11-2520-154/+89
* | | | | | | Silence API error for new method in ReachabilityCheckerMatthias Sohn2019-11-251-0/+8
|/ / / / / /
* | | | | | BitmappedReachabilityChecker: Use only one bitmap for the whole checkIvan Frade2019-11-213-339/+95
* | | | | | checkNotAdvertisedWants: Be lazy converting Ref to RevCommitIvan Frade2019-11-212-40/+69
* | | | | | ReachabilityChecker: Receive a Stream instead of a CollectionIvan Frade2019-11-215-18/+59
* | | | | | UploadPack: Prioritize references for non-advertised wants checksIvan Frade2019-11-211-7/+44
* | | | | | ReceivePack: Fix name hiding of 'atomic' memberDavid Pursehouse2019-11-171-2/+1
* | | | | | ReceivePack: Remove unnecessarily nested else-clauseDavid Pursehouse2019-11-171-3/+3
* | | | | | Simplify comparator codeMichael Keppler2019-11-171-6/+2
* | | | | | Fix typo in JavadocMichael Keppler2019-11-171-2/+2
* | | | | | pgm: add write stats to BenchmarkReftableHan-Wen Nienhuys2019-11-161-1/+36
* | | | | | pgm: add command to convert repo to reftableHan-Wen Nienhuys2019-11-163-0/+63
* | | | | | file: implement FileReftableDatabaseHan-Wen Nienhuys2019-11-1612-51/+2551
* | | | | | Fix Maven missing version warningMichael Keppler2019-11-161-0/+1
* | | | | | Use Java 8 source and target in MavenMichael Keppler2019-11-161-0/+2
* | | | | | ReceivePack: Reduce visibility of methodsDavid Pursehouse2019-11-162-23/+26
* | | | | | Suppress API error raised for constant added in 345e2648Matthias Sohn2019-11-161-0/+8
* | | | | | TopoSortGenerator: simplify first-parent handlingThomas Wolf2019-11-151-8/+7
* | | | | | RewriteGenerator: avoid adding null parentThomas Wolf2019-11-152-3/+43
* | | | | | DiffFormatter: support core.quotePath = falseThomas Wolf2019-11-154-19/+144
* | | | | | IndexDiff/SubmoduleWalk: make the RepositoryBuilder configurableThomas Wolf2019-11-153-8/+149
* | | | | | IndexDiff/SubmoduleWalk: handle submodule.<name>.ignore correctlyThomas Wolf2019-11-153-3/+87
* | | | | | Merge changes I583491f6,Idd44e3bbJonathan Nieder2019-11-144-202/+175
|\ \ \ \ \ \
| * | | | | | Run Eclipse formatter on BatchRefUpdateTestHan-Wen Nienhuys2019-11-141-178/+145
| * | | | | | Move KetchSystem.delay to FileUtils.Han-Wen Nienhuys2019-11-133-24/+30
* | | | | | | Suppress the API errors introduced by 3e9a5f99Matthias Sohn2019-11-144-1/+63
* | | | | | | ReceivePack: Remove unused getLockMessageProcessName methodDavid Pursehouse2019-11-131-9/+0
* | | | | | | ReceivePack: Remove unnecessary ReceivePack. prefix on static callDavid Pursehouse2019-11-131-1/+1
* | | | | | | transport: Merge BaseReceivePack into ReceivePackMasaya Suzuki2019-11-1310-2053/+1890
* | | | | | | BaseReceivePack: Add hasReceivedPack methodDavid Pursehouse2019-11-131-0/+14
|/ / / / / /
* | | | | | Silence API errors for new API introduced in 5.5.2Matthias Sohn2019-11-121-0/+36
* | | | | | Upgrade wagon-ssh to 3.3.4David Pursehouse2019-11-121-1/+1