aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ReftableCompactor should accept 0 for minUpdateIndexMinh Thai2017-11-142-3/+329
* Merge changes I335587ee,I4182a174David Pursehouse2017-11-106-1/+104
|\
| * Merge branch 'stable-4.9'Matthias Sohn2017-11-115-0/+104
| |\
| | * Work around a Jsch bug: ensure the user name is set from URIThomas Wolf2017-11-103-0/+36
| | * Merge "Reintroduce protected method which removal broke EMF Compare" into sta...Matthias Sohn2017-11-022-0/+68
| | |\
| | | * Reintroduce protected method which removal broke EMF CompareMatthias Sohn2017-10-242-0/+68
| * | | Remove an unused import from PackParserTestMatthias Sohn2017-11-111-1/+0
* | | | Add a setting for fsck to check connectivity onlyZhen Chen2017-11-101-1/+14
|/ / /
* | | Merge changes I22a8874b,I68ed4abd,I740bc4bf,Icbd17d15Jonathan Nieder2017-11-107-123/+409
|\ \ \
| * | | BitmapWalker: do not revisit objects in bitmapJonathan Tan2017-11-101-1/+22
| * | | Use bitmaps for non-commit reachability checksJonathan Tan2017-11-102-2/+120
| * | | Make PackWriterBitmapWalker publicJonathan Tan2017-11-105-122/+273
| * | | UploadPackTest: construct commits in test methodJonathan Tan2017-11-011-11/+7
* | | | Reject pack if delta exceeds array size limitShawn Pearce2017-11-092-3/+7
* | | | Check non-flushed packs for existence of objectZhen Chen2017-11-071-0/+6
* | | | Suppress "Unlikely argument type for equals()" warnings in testsDavid Pursehouse2017-11-064-0/+4
* | | | Update spotbugs-maven-plugin to 3.1.0-RC7Matthias Sohn2017-11-042-5/+5
* | | | Merge branch 'stable-4.9'David Pursehouse2017-11-029-21/+1213
|\ \ \ \ | | |/ / | |/| |
| * | | PackInserter: Implement newReader()Dave Borowitz2017-11-012-2/+351
| * | | Move some strings from DfsText to JGitTextDave Borowitz2017-11-015-9/+9
| * | | FileRepository: Add pack-based inserter implementationDave Borowitz2017-11-013-0/+839
| * | | ObjectDirectory: Factor a method to close open pack handlesDave Borowitz2017-11-012-10/+16
| * | | ObjectDirectory: Remove last modified check in insertPackDave Borowitz2017-11-011-2/+0
| | |/ | |/|
* | | Upgrade error_prone_core to 2.1.2David Pursehouse2017-10-301-1/+1
* | | Move loggers to the top of their classSaša Živkov2017-10-302-4/+4
* | | Merge "Align PackStatistics and DfsPackDescription list length"Terry Parker2017-10-262-4/+14
|\ \ \
| * | | Align PackStatistics and DfsPackDescription list lengthMasaya Suzuki2017-10-202-4/+14
* | | | Update .mailmapDavid Pursehouse2017-10-251-0/+1
* | | | Revert "Throw BinaryBlobException from RawParseUtils#lineMap."Han-Wen NIenhuys2017-10-244-48/+22
* | | | Fix typo in commentHan-Wen Nienhuys2017-10-241-1/+1
* | | | Throw BinaryBlobException from RawParseUtils#lineMap.Han-Wen Nienhuys2017-10-244-22/+48
* | | | Avoid loading and merging binary data in ResolveMergerHan-Wen Nienhuys2017-10-242-7/+165
* | | | Introduce ObjectLoader.Filter for delegationHan-Wen Nienhuys2017-10-241-0/+38
* | | | Introduce RawText#load.Han-Wen Nienhuys2017-10-244-53/+271
* | | | Add missing @since tags for new API in ReceiveCommandMatthias Sohn2017-10-231-2/+8
* | | | Merge branch 'stable-4.9'David Pursehouse2017-10-232-21/+49
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Avoid bad rounding "1 year, 12 months" in date formatterMichael Keppler2017-10-232-3/+11
| * | Ensure that ~ in ssh config is replaced before Jsch sees itThomas Wolf2017-10-182-21/+49
* | | dfs: Switch InMemoryRepository to DfsReftableDatabaseShawn Pearce2017-10-187-219/+47
* | | Merge changes from topic 'reftable'Terry Parker2017-10-1811-28/+1132
|\ \ \
| * | | dfs: reftable backed DfsRefDatabaseShawn Pearce2017-10-185-6/+864
| * | | Support symbolic references in ReceiveCommandShawn Pearce2017-10-186-22/+268
| | |/ | |/|
* / | Avoid bad rounding "1 year, 12 months" in date formatterMichael Keppler2017-10-182-3/+11
|/ /
* | Merge branch 'stable-4.9'David Pursehouse2017-10-140-0/+0
|\|
| * Prepare 4.9.1-SNAPSHOT buildsMatthias Sohn2017-10-0856-333/+333
| * JGit v4.9.0.201710071750-rv4.9.0.201710071750-rMatthias Sohn2017-10-0756-59/+59
* | Skip unreachable garbage packs in dfs fsckZhen Chen2017-10-091-0/+5
* | Prepare 4.10.0-SNAPSHOT buildsMatthias Sohn2017-10-0856-333/+333
|/
* Terminate StreamCopy threads in case of errorsTill Brychcy2017-10-071-4/+12
* Use a new RevWalk for validating not advertised wantsZhen Chen2017-10-052-26/+117