Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | TreeWalk: Fix indentation | David Pursehouse | 2017-11-15 | 1 | -2/+2 | |
* | | | | | | Merge "ObjectDirectory: Add pack directory getter" | David Pursehouse | 2017-11-14 | 11 | -18/+22 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ObjectDirectory: Add pack directory getter | Hector Caballero | 2017-11-14 | 11 | -18/+22 | |
* | | | | | | | Merge "Add return tag" | David Pursehouse | 2017-11-14 | 1 | -2/+3 | |
|\| | | | | | | ||||||
| * | | | | | | Add return tag | Hector Caballero | 2017-11-14 | 1 | -2/+3 | |
* | | | | | | | Merge "ReftableCompactor should accept 0 for minUpdateIndex" | Jonathan Nieder | 2017-11-14 | 2 | -3/+329 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | ReftableCompactor should accept 0 for minUpdateIndex | Minh Thai | 2017-11-14 | 2 | -3/+329 | |
* | | | | | | | FileUtils.toPath to convert File to Path | Marc Strapetz | 2017-11-14 | 8 | -21/+44 | |
* | | | | | | | Silence invalid @since 3.5 API warning on ResolveMerge#processEntry | Matthias Sohn | 2017-11-13 | 1 | -0/+7 | |
|/ / / / / / | ||||||
* | | | | | | Merge changes I335587ee,I4182a174 | David Pursehouse | 2017-11-10 | 6 | -1/+104 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Merge branch 'stable-4.9' | Matthias Sohn | 2017-11-11 | 5 | -0/+104 | |
| |\| | | | | | ||||||
| | * | | | | | Work around a Jsch bug: ensure the user name is set from URI | Thomas Wolf | 2017-11-10 | 3 | -0/+36 | |
| | * | | | | | Merge "Reintroduce protected method which removal broke EMF Compare" into sta... | Matthias Sohn | 2017-11-02 | 2 | -0/+68 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Reintroduce protected method which removal broke EMF Compare | Matthias Sohn | 2017-10-24 | 2 | -0/+68 | |
| * | | | | | | | Remove an unused import from PackParserTest | Matthias Sohn | 2017-11-11 | 1 | -1/+0 | |
* | | | | | | | | Add a setting for fsck to check connectivity only | Zhen Chen | 2017-11-10 | 1 | -1/+14 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge changes I22a8874b,I68ed4abd,I740bc4bf,Icbd17d15 | Jonathan Nieder | 2017-11-10 | 7 | -123/+409 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | BitmapWalker: do not revisit objects in bitmap | Jonathan Tan | 2017-11-10 | 1 | -1/+22 | |
| * | | | | | | | Use bitmaps for non-commit reachability checks | Jonathan Tan | 2017-11-10 | 2 | -2/+120 | |
| * | | | | | | | Make PackWriterBitmapWalker public | Jonathan Tan | 2017-11-10 | 5 | -122/+273 | |
| * | | | | | | | UploadPackTest: construct commits in test method | Jonathan Tan | 2017-11-01 | 1 | -11/+7 | |
* | | | | | | | | Reject pack if delta exceeds array size limit | Shawn Pearce | 2017-11-09 | 2 | -3/+7 | |
* | | | | | | | | Check non-flushed packs for existence of object | Zhen Chen | 2017-11-07 | 1 | -0/+6 | |
* | | | | | | | | Suppress "Unlikely argument type for equals()" warnings in tests | David Pursehouse | 2017-11-06 | 4 | -0/+4 | |
* | | | | | | | | Update spotbugs-maven-plugin to 3.1.0-RC7 | Matthias Sohn | 2017-11-04 | 2 | -5/+5 | |
* | | | | | | | | Merge branch 'stable-4.9' | David Pursehouse | 2017-11-02 | 9 | -21/+1213 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | PackInserter: Implement newReader() | Dave Borowitz | 2017-11-01 | 2 | -2/+351 | |
| * | | | | | | | Move some strings from DfsText to JGitText | Dave Borowitz | 2017-11-01 | 5 | -9/+9 | |
| * | | | | | | | FileRepository: Add pack-based inserter implementation | Dave Borowitz | 2017-11-01 | 3 | -0/+839 | |
| * | | | | | | | ObjectDirectory: Factor a method to close open pack handles | Dave Borowitz | 2017-11-01 | 2 | -10/+16 | |
| * | | | | | | | ObjectDirectory: Remove last modified check in insertPack | Dave Borowitz | 2017-11-01 | 1 | -2/+0 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Upgrade error_prone_core to 2.1.2 | David Pursehouse | 2017-10-30 | 1 | -1/+1 | |
* | | | | | | | Move loggers to the top of their class | Saša Živkov | 2017-10-30 | 2 | -4/+4 | |
* | | | | | | | Merge "Align PackStatistics and DfsPackDescription list length" | Terry Parker | 2017-10-26 | 2 | -4/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Align PackStatistics and DfsPackDescription list length | Masaya Suzuki | 2017-10-20 | 2 | -4/+14 | |
* | | | | | | | | Update .mailmap | David Pursehouse | 2017-10-25 | 1 | -0/+1 | |
* | | | | | | | | Revert "Throw BinaryBlobException from RawParseUtils#lineMap." | Han-Wen NIenhuys | 2017-10-24 | 4 | -48/+22 | |
* | | | | | | | | Fix typo in comment | Han-Wen Nienhuys | 2017-10-24 | 1 | -1/+1 | |
* | | | | | | | | Throw BinaryBlobException from RawParseUtils#lineMap. | Han-Wen Nienhuys | 2017-10-24 | 4 | -22/+48 | |
* | | | | | | | | Avoid loading and merging binary data in ResolveMerger | Han-Wen Nienhuys | 2017-10-24 | 2 | -7/+165 | |
* | | | | | | | | Introduce ObjectLoader.Filter for delegation | Han-Wen Nienhuys | 2017-10-24 | 1 | -0/+38 | |
* | | | | | | | | Introduce RawText#load. | Han-Wen Nienhuys | 2017-10-24 | 4 | -53/+271 | |
* | | | | | | | | Add missing @since tags for new API in ReceiveCommand | Matthias Sohn | 2017-10-23 | 1 | -2/+8 | |
* | | | | | | | | Merge branch 'stable-4.9' | David Pursehouse | 2017-10-23 | 2 | -21/+49 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / / | ||||||
| * | | | | | | Avoid bad rounding "1 year, 12 months" in date formatter | Michael Keppler | 2017-10-23 | 2 | -3/+11 | |
| * | | | | | | Ensure that ~ in ssh config is replaced before Jsch sees it | Thomas Wolf | 2017-10-18 | 2 | -21/+49 | |
* | | | | | | | dfs: Switch InMemoryRepository to DfsReftableDatabase | Shawn Pearce | 2017-10-18 | 7 | -219/+47 | |
* | | | | | | | Merge changes from topic 'reftable' | Terry Parker | 2017-10-18 | 11 | -28/+1132 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | dfs: reftable backed DfsRefDatabase | Shawn Pearce | 2017-10-18 | 5 | -6/+864 | |
| * | | | | | | | Support symbolic references in ReceiveCommand | Shawn Pearce | 2017-10-18 | 6 | -22/+268 | |
| | |/ / / / / | |/| | | | | |