Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | PackInserterTest: Prevent potential NPE dereferencing Path.getFileName() | David Pursehouse | 2017-12-08 | 1 | -3/+6 | |
* | | | | | | | Specify consistent version range for junit in OSGi manifests | David Pursehouse | 2017-12-08 | 1 | -5/+5 | |
|/ / / / / / | ||||||
* | | | | | | Use constants from StandardCharsets instead of hard-coded strings | David Pursehouse | 2017-12-07 | 24 | -216/+185 | |
* | | | | | | ConfigTest: Move pathToString to FileUtils | David Pursehouse | 2017-12-06 | 2 | -10/+3 | |
* | | | | | | FileBasedConfig: support for relative includes | Marc Strapetz | 2017-12-04 | 2 | -3/+84 | |
* | | | | | | ConfigTest: fix on Windows | Marc Strapetz | 2017-12-04 | 1 | -4/+12 | |
* | | | | | | Make local assert methods private in test classes | David Pursehouse | 2017-12-01 | 3 | -6/+6 | |
* | | | | | | Merge branch 'stable-4.9' | Matthias Sohn | 2017-11-30 | 1 | -0/+106 | |
|\| | | | | | ||||||
| * | | | | | GC: Delete stale temporary packs and indexes | Hector Caballero | 2017-11-24 | 1 | -0/+106 | |
* | | | | | | Break down DfsBlockCache stats by pack file extension. | Minh Thai | 2017-11-27 | 2 | -5/+6 | |
* | | | | | | Merge branch 'stable-4.9' | Matthias Sohn | 2017-11-24 | 1 | -1/+11 | |
|\| | | | | | ||||||
| * | | | | | Ignore warning for minor version change without API change | Matthias Sohn | 2017-11-24 | 1 | -1/+11 | |
* | | | | | | Merge branch 'stable-4.9' | David Pursehouse | 2017-11-22 | 1 | -2/+1 | |
|\| | | | | | ||||||
| * | | | | | Yet another work-around for a Jsch bug: timeouts | Thomas Wolf | 2017-11-20 | 1 | -2/+1 | |
* | | | | | | Config: Handle leading/trailing single whitespaces | Dave Borowitz | 2017-11-20 | 1 | -0/+52 | |
* | | | | | | Merge changes from topic 'includeDeletes' | Shawn Pearce | 2017-11-16 | 1 | -0/+102 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add flag for keeping ref tombstones in GC reftable | Minh Thai | 2017-11-15 | 1 | -0/+102 | |
* | | | | | | | Remove unused import from ReftableCompactorTest | Matthias Sohn | 2017-11-15 | 1 | -1/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge "ObjectDirectory: Add pack directory getter" | David Pursehouse | 2017-11-14 | 6 | -9/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ObjectDirectory: Add pack directory getter | Hector Caballero | 2017-11-14 | 6 | -9/+8 | |
* | | | | | | | Merge "ReftableCompactor should accept 0 for minUpdateIndex" | Jonathan Nieder | 2017-11-14 | 1 | -0/+326 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | ReftableCompactor should accept 0 for minUpdateIndex | Minh Thai | 2017-11-14 | 1 | -0/+326 | |
* | | | | | | | FileUtils.toPath to convert File to Path | Marc Strapetz | 2017-11-14 | 1 | -1/+2 | |
|/ / / / / / | ||||||
* | | | | | | Remove an unused import from PackParserTest | Matthias Sohn | 2017-11-11 | 1 | -1/+0 | |
* | | | | | | Merge changes I22a8874b,I68ed4abd,I740bc4bf,Icbd17d15 | Jonathan Nieder | 2017-11-10 | 1 | -11/+94 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use bitmaps for non-commit reachability checks | Jonathan Tan | 2017-11-10 | 1 | -0/+87 | |
| * | | | | | | 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 | 1 | -1/+1 | |
* | | | | | | | Suppress "Unlikely argument type for equals()" warnings in tests | David Pursehouse | 2017-11-06 | 3 | -0/+3 | |
* | | | | | | | Merge branch 'stable-4.9' | David Pursehouse | 2017-11-02 | 1 | -0/+539 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | PackInserter: Implement newReader() | Dave Borowitz | 2017-11-01 | 1 | -1/+119 | |
| * | | | | | | FileRepository: Add pack-based inserter implementation | Dave Borowitz | 2017-11-01 | 1 | -0/+421 | |
* | | | | | | | Revert "Throw BinaryBlobException from RawParseUtils#lineMap." | Han-Wen NIenhuys | 2017-10-24 | 2 | -19/+9 | |
* | | | | | | | Throw BinaryBlobException from RawParseUtils#lineMap. | Han-Wen Nienhuys | 2017-10-24 | 2 | -9/+19 | |
* | | | | | | | Avoid loading and merging binary data in ResolveMerger | Han-Wen Nienhuys | 2017-10-24 | 1 | -0/+142 | |
* | | | | | | | Introduce RawText#load. | Han-Wen Nienhuys | 2017-10-24 | 1 | -0/+110 | |
* | | | | | | | Merge branch 'stable-4.9' | David Pursehouse | 2017-10-23 | 1 | -10/+15 | |
|\| | | | | | | ||||||
| * | | | | | | Avoid bad rounding "1 year, 12 months" in date formatter | Michael Keppler | 2017-10-23 | 1 | -1/+8 | |
| * | | | | | | Ensure that ~ in ssh config is replaced before Jsch sees it | Thomas Wolf | 2017-10-18 | 1 | -10/+15 | |
| * | | | | | | Prepare 4.9.1-SNAPSHOT builds | Matthias Sohn | 2017-10-08 | 2 | -47/+47 | |
| * | | | | | | JGit v4.9.0.201710071750-rv4.9.0.201710071750-r | Matthias Sohn | 2017-10-07 | 2 | -2/+2 | |
* | | | | | | | dfs: Switch InMemoryRepository to DfsReftableDatabase | Shawn Pearce | 2017-10-18 | 1 | -5/+4 | |
* | | | | | | | Merge changes from topic 'reftable' | Terry Parker | 2017-10-18 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Support symbolic references in ReceiveCommand | Shawn Pearce | 2017-10-18 | 1 | -1/+2 | |
| | |/ / / / / | |/| | | | | | ||||||
* / | | | | | | Avoid bad rounding "1 year, 12 months" in date formatter | Michael Keppler | 2017-10-18 | 1 | -1/+8 | |
|/ / / / / / | ||||||
* / / / / / | Prepare 4.10.0-SNAPSHOT builds | Matthias Sohn | 2017-10-08 | 2 | -47/+47 | |
|/ / / / / | ||||||
* | | | | | Use a new RevWalk for validating not advertised wants | Zhen Chen | 2017-10-05 | 1 | -0/+90 | |
* | | | | | ReflogWriter: Align auto-creation defaults with C git | Dave Borowitz | 2017-09-30 | 1 | -10/+11 | |
* | | | | | Support force writing reflog on a per-update basis | Dave Borowitz | 2017-09-30 | 2 | -6/+75 | |
* | | | | | Ensure ReflogWriter only works with a RefDirectory | Dave Borowitz | 2017-09-30 | 1 | -1/+2 |