Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | Fix LockFile semantics when running on NFS | Christian Halstrick | 2017-11-22 | 4 | -1/+125 | |
| | | | | * | Honor trustFolderStats also when reading packed-refs | Christian Halstrick | 2017-11-21 | 1 | -2/+9 | |
* | | | | | | Merge branch 'stable-4.9' | David Pursehouse | 2017-11-22 | 1 | -2/+60 | |
|\| | | | | | ||||||
| * | | | | | Yet another work-around for a Jsch bug: timeouts | Thomas Wolf | 2017-11-20 | 1 | -2/+60 | |
* | | | | | | Config: Handle leading/trailing single whitespaces | Dave Borowitz | 2017-11-20 | 1 | -3/+19 | |
* | | | | | | Merge branch 'stable-4.9' | David Pursehouse | 2017-11-20 | 1 | -8/+12 | |
|\| | | | | | ||||||
| * | | | | | Fix NPE in TransportGitSsh.ExtSession.exec() | Matthias Sohn | 2017-11-20 | 1 | -8/+12 | |
* | | | | | | Add flag for keeping ref tombstones in GC reftable | Minh Thai | 2017-11-15 | 1 | -1/+13 | |
* | | | | | | Preserve ref tombstone when compact top retable stack | Minh Thai | 2017-11-15 | 1 | -0/+1 | |
* | | | | | | TreeWalk: Make getEolStreamType(OperationType) public | David Pursehouse | 2017-11-15 | 5 | -13/+21 | |
* | | | | | | TreeWalk: Fix indentation | David Pursehouse | 2017-11-15 | 1 | -2/+2 | |
* | | | | | | Merge "ObjectDirectory: Add pack directory getter" | David Pursehouse | 2017-11-14 | 4 | -8/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ObjectDirectory: Add pack directory getter | Hector Caballero | 2017-11-14 | 4 | -8/+13 | |
* | | | | | | | 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 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | ReftableCompactor should accept 0 for minUpdateIndex | Minh Thai | 2017-11-14 | 1 | -3/+3 | |
* | | | | | | | FileUtils.toPath to convert File to Path | Marc Strapetz | 2017-11-14 | 5 | -18/+39 | |
|/ / / / / / | ||||||
* | | | | | | Merge changes I335587ee,I4182a174 | David Pursehouse | 2017-11-10 | 3 | -0/+91 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Merge branch 'stable-4.9' | Matthias Sohn | 2017-11-11 | 3 | -0/+91 | |
| |\| | | | | | ||||||
| | * | | | | | Work around a Jsch bug: ensure the user name is set from URI | Thomas Wolf | 2017-11-10 | 2 | -0/+35 | |
| | * | | | | | Merge "Reintroduce protected method which removal broke EMF Compare" into sta... | Matthias Sohn | 2017-11-02 | 1 | -0/+56 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Reintroduce protected method which removal broke EMF Compare | Matthias Sohn | 2017-10-24 | 1 | -0/+56 | |
* | | | | | | | | 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 | 6 | -112/+315 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | 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 | 1 | -2/+33 | |
| * | | | | | | | Make PackWriterBitmapWalker public | Jonathan Tan | 2017-11-10 | 5 | -122/+273 | |
* | | | | | | | | Reject pack if delta exceeds array size limit | Shawn Pearce | 2017-11-09 | 1 | -2/+6 | |
* | | | | | | | | Check non-flushed packs for existence of object | Zhen Chen | 2017-11-07 | 1 | -0/+6 | |
* | | | | | | | | Merge branch 'stable-4.9' | David Pursehouse | 2017-11-02 | 6 | -19/+672 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | PackInserter: Implement newReader() | Dave Borowitz | 2017-11-01 | 1 | -1/+232 | |
| * | | | | | | | Move some strings from DfsText to JGitText | Dave Borowitz | 2017-11-01 | 3 | -7/+7 | |
| * | | | | | | | FileRepository: Add pack-based inserter implementation | Dave Borowitz | 2017-11-01 | 2 | -0/+418 | |
| * | | | | | | | 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 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | 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 | |
* | | | | | | | | Revert "Throw BinaryBlobException from RawParseUtils#lineMap." | Han-Wen NIenhuys | 2017-10-24 | 2 | -29/+13 | |
* | | | | | | | | Fix typo in comment | Han-Wen Nienhuys | 2017-10-24 | 1 | -1/+1 | |
* | | | | | | | | Throw BinaryBlobException from RawParseUtils#lineMap. | Han-Wen Nienhuys | 2017-10-24 | 2 | -13/+29 | |
* | | | | | | | | Avoid loading and merging binary data in ResolveMerger | Han-Wen Nienhuys | 2017-10-24 | 1 | -7/+23 | |
* | | | | | | | | Introduce ObjectLoader.Filter for delegation | Han-Wen Nienhuys | 2017-10-24 | 1 | -0/+38 | |
* | | | | | | | | Introduce RawText#load. | Han-Wen Nienhuys | 2017-10-24 | 3 | -53/+161 | |
* | | | | | | | | 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 | 1 | -11/+34 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / / | ||||||
| * | | | | | | Avoid bad rounding "1 year, 12 months" in date formatter | Michael Keppler | 2017-10-23 | 1 | -2/+3 | |
| * | | | | | | Ensure that ~ in ssh config is replaced before Jsch sees it | Thomas Wolf | 2017-10-18 | 1 | -11/+34 | |
* | | | | | | | dfs: Switch InMemoryRepository to DfsReftableDatabase | Shawn Pearce | 2017-10-18 | 4 | -210/+39 |