Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant "static" qualifier from enum declarations | David Pursehouse | 2020-02-19 | 1 | -1/+1 |
* | Prepare 5.6.2-SNAPSHOT builds | Matthias Sohn | 2020-02-14 | 2 | -55/+55 |
* | JGit v5.6.1.202002131546-rv5.6.1.202002131546-r | Matthias Sohn | 2020-02-13 | 2 | -2/+2 |
* | Simplify ReftableCompactor | Han-Wen Nienhuys | 2020-02-12 | 1 | -1/+5 |
* | reftable: clear cache on full compaction | Han-Wen Nienhuys | 2020-02-11 | 1 | -0/+38 |
* | Restore behavior of CloneCommand | Thomas Wolf | 2020-02-04 | 1 | -0/+55 |
* | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-02-01 | 1 | -23/+45 |
|\ | |||||
| * | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-02-01 | 1 | -23/+45 |
| |\ | |||||
| | * | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-02-01 | 1 | -23/+45 |
| | |\ | |||||
| | | * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-02-01 | 1 | -23/+45 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-5.1' into stable-5.2 | David Pursehouse | 2020-02-01 | 1 | -23/+45 |
| | | | |\ | |||||
| | | | | * | WindowCache: add option to use strong refs to reference ByteWindows | Matthias Sohn | 2020-01-20 | 1 | -23/+45 |
* | | | | | | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-01-09 | 1 | -6/+37 |
|\| | | | | | |||||
| * | | | | | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-01-09 | 1 | -6/+37 |
| |\| | | | | |||||
| | * | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-01-09 | 1 | -6/+37 |
| | |\| | | | |||||
| | | * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-01-09 | 1 | -6/+37 |
| | | |\| | | |||||
| | | | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2020-01-09 | 1 | -6/+37 |
| | | | |\| | |||||
| | | | | * | Enhance WindowCache statistics | Matthias Sohn | 2019-12-08 | 1 | -6/+37 |
| | | | | * | Prepare 5.1.13-SNAPSHOT builds | Matthias Sohn | 2019-10-02 | 2 | -49/+49 |
| | | | | * | JGit v5.1.12.201910011832-rv5.1.12.201910011832-r | Matthias Sohn | 2019-10-02 | 2 | -2/+2 |
| | | * | | | Prepare 5.3.7-SNAPSHOT builds | Matthias Sohn | 2019-10-02 | 2 | -53/+53 |
| | | * | | | JGit v5.3.6.201910020505-rv5.3.6.201910020505-r | Matthias Sohn | 2019-10-02 | 2 | -2/+2 |
* | | | | | | Prepare 5.6.1-SNAPSHOT builds | Matthias Sohn | 2019-12-11 | 2 | -55/+55 |
* | | | | | | JGit v5.6.0.201912101111-rv5.6.0.201912101111-r | Matthias Sohn | 2019-12-10 | 2 | -2/+2 |
* | | | | | | Cleanup CommitAndLogCommandTest | Matthias Sohn | 2019-12-05 | 1 | -55/+51 |
* | | | | | | CLI: Add support for excluding paths from Git log command | John Tipper | 2019-12-05 | 2 | -53/+222 |
* | | | | | | ReftableTest: Clean up boxing warnings on usage of String.format | David Pursehouse | 2019-12-05 | 1 | -16/+26 |
* | | | | | | Introduce RefDatabase#hasFastTipsWithSha1 | Han-Wen Nienhuys | 2019-12-04 | 2 | -0/+70 |
* | | | | | | Prepare 5.6.0-SNAPSHOT builds | Matthias Sohn | 2019-12-04 | 2 | -2/+2 |
* | | | | | | JGit v5.6.0.201912041214-rc1v5.6.0.201912041214-rc1 | Matthias Sohn | 2019-12-04 | 2 | -2/+2 |
* | | | | | | Prepare 5.6.0-SNAPSHOT builds | Matthias Sohn | 2019-11-27 | 2 | -2/+2 |
* | | | | | | JGit v5.6.0.201911271000-m3v5.6.0.201911271000-m3 | Matthias Sohn | 2019-11-27 | 2 | -2/+2 |
* | | | | | | Make blame work correctly on merge conflicts | Thomas Wolf | 2019-11-27 | 1 | -1/+35 |
* | | | | | | Merge changes I8698001d,I5c1177ac | Jonathan Nieder | 2019-11-25 | 1 | -0/+43 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add missing license header to UploadPackRefSortingForReachabilityTest | Jonathan Nieder | 2019-11-25 | 1 | -0/+43 |
* | | | | | | | [spotbugs] Fix potential NPE in FSTest | Matthias Sohn | 2019-11-26 | 1 | -1/+3 |
* | | | | | | | RepositoryCache: don't require HEAD in git repositories | Han-Wen Nienhuys | 2019-11-26 | 1 | -0/+6 |
* | | | | | | | FileRepository: cleanup refs outside refs/ on reftable conversion | Han-Wen Nienhuys | 2019-11-26 | 1 | -0/+5 |
|/ / / / / / | |||||
* | | | | | | UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowed | David Pursehouse | 2019-11-25 | 1 | -7/+11 |
* | | | | | | BitmappedReachabilityChecker: Use only one bitmap for the whole check | Ivan Frade | 2019-11-21 | 1 | -181/+0 |
* | | | | | | checkNotAdvertisedWants: Be lazy converting Ref to RevCommit | Ivan Frade | 2019-11-21 | 1 | -0/+33 |
* | | | | | | ReachabilityChecker: Receive a Stream instead of a Collection | Ivan Frade | 2019-11-21 | 1 | -10/+10 |
* | | | | | | file: implement FileReftableDatabase | Han-Wen Nienhuys | 2019-11-16 | 4 | -39/+912 |
* | | | | | | RewriteGenerator: avoid adding null parent | Thomas Wolf | 2019-11-15 | 1 | -0/+36 |
* | | | | | | DiffFormatter: support core.quotePath = false | Thomas Wolf | 2019-11-15 | 1 | -0/+78 |
* | | | | | | IndexDiff/SubmoduleWalk: handle submodule.<name>.ignore correctly | Thomas Wolf | 2019-11-15 | 1 | -0/+77 |
* | | | | | | Merge changes I583491f6,Idd44e3bb | Jonathan Nieder | 2019-11-14 | 1 | -178/+145 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Run Eclipse formatter on BatchRefUpdateTest | Han-Wen Nienhuys | 2019-11-14 | 1 | -178/+145 |
* | | | | | | | transport: Merge BaseReceivePack into ReceivePack | Masaya Suzuki | 2019-11-13 | 3 | -6/+6 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'stable-5.5' | Matthias Sohn | 2019-11-11 | 1 | -6/+8 |
|\| | | | | |