summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | TreeWalk: Fix indentationDavid Pursehouse2017-11-151-2/+2
* | | | | | Merge "ObjectDirectory: Add pack directory getter"David Pursehouse2017-11-1411-18/+22
|\ \ \ \ \ \
| * | | | | | ObjectDirectory: Add pack directory getterHector Caballero2017-11-1411-18/+22
* | | | | | | Merge "Add return tag"David Pursehouse2017-11-141-2/+3
|\| | | | | |
| * | | | | | Add return tagHector Caballero2017-11-141-2/+3
* | | | | | | Merge "ReftableCompactor should accept 0 for minUpdateIndex"Jonathan Nieder2017-11-142-3/+329
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ReftableCompactor should accept 0 for minUpdateIndexMinh Thai2017-11-142-3/+329
* | | | | | | FileUtils.toPath to convert File to PathMarc Strapetz2017-11-148-21/+44
* | | | | | | Silence invalid @since 3.5 API warning on ResolveMerge#processEntryMatthias Sohn2017-11-131-0/+7
|/ / / / / /
* | | | | | 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
| | |/ / / / / | |/| | | | |