Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create FetchRequest superclass with common elements | Ivan Frade | 2018-10-15 | 3 | -101/+150 |
* | Rename Fetch V2 request wantsIds and options | Ivan Frade | 2018-10-15 | 3 | -67/+70 |
* | Move protocol v0/v1 parsing to its own class and request objects | Ivan Frade | 2018-10-15 | 3 | -70/+340 |
* | FirstWant: tighten first-want line validation | Ivan Frade | 2018-10-12 | 4 | -8/+20 |
* | Move first line parsing for v0/v1 pack negotiation out of UploadPack | Ivan Frade | 2018-10-12 | 3 | -24/+132 |
* | PackOutputStream: Suppress Error Prone's ShortCircuitBoolean warning | David Pursehouse | 2018-10-10 | 1 | -0/+1 |
* | Add missing @since tags for ObjectChecker.ErrorType | Matthias Sohn | 2018-10-10 | 1 | -7/+7 |
* | Revert "Remove unused API problem filters" | Matthias Sohn | 2018-10-10 | 1 | -0/+27 |
* | Remove unused API problem filters | David Pursehouse | 2018-10-09 | 1 | -27/+0 |
* | Format @NonNull on return value as method annotation | Jonathan Nieder | 2018-10-09 | 3 | -4/+8 |
* | Format @Nullable on return value as method annotation | Jonathan Nieder | 2018-10-09 | 3 | -4/+8 |
* | Avoid using @Nullable to annotate arrays | Jonathan Nieder | 2018-10-09 | 4 | -6/+1 |
* | FsckError: Use @Nullable as field annotation (before any modifier) | Ivan Frade | 2018-10-09 | 1 | -1/+2 |
* | DfsFsck: Check that .gitmodules in the repository have valid contents | Ivan Frade | 2018-10-09 | 4 | -1/+54 |
* | FsckError.CorruptObject: Use @Nullable constructor for errorType | Ivan Frade | 2018-10-09 | 2 | -11/+7 |
* | SubmoduleValidator: Always throw SubmoduleValidationException | Ivan Frade | 2018-10-09 | 3 | -19/+54 |
* | Merge branch 'stable-5.1' | Jonathan Nieder | 2018-10-08 | 1 | -12/+16 |
|\ | |||||
| * | Merge branch 'stable-5.0' into stable-5.1 | Jonathan Nieder | 2018-10-08 | 1 | -12/+16 |
| |\ | |||||
| | * | Merge branch 'stable-4.11' into stable-5.0 | Jonathan Nieder | 2018-10-08 | 1 | -12/+16 |
| | |\ | |||||
| | | * | Merge branch 'stable-4.10' into stable-4.11 | Jonathan Nieder | 2018-10-08 | 1 | -12/+16 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-4.9' into stable-4.10 | Jonathan Nieder | 2018-10-08 | 1 | -12/+16 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-4.8' into stable-4.9 | Jonathan Nieder | 2018-10-08 | 1 | -1/+0 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-4.7' into stable-4.8 | Jonathan Nieder | 2018-10-08 | 1 | -1/+0 |
| | | | | | |\ | |||||
| | | | | | | * | SubmoduleValidator: Remove unused import of ConfigConstants | David Pursehouse | 2018-10-09 | 1 | -1/+0 |
| | | | | * | | | Merge branch 'stable-4.8' into stable-4.9 | Jonathan Nieder | 2018-10-08 | 1 | -11/+16 |
| | | | | |\| | | |||||
| | | | | | * | | Merge branch 'stable-4.7' into stable-4.8 | Jonathan Nieder | 2018-10-08 | 1 | -11/+16 |
| | | | | | |\| | |||||
| | | | | | | * | SubmoduleValidator: Permit missing path or url | Jonathan Nieder | 2018-10-08 | 1 | -11/+16 |
| * | | | | | | | Update API warning filter to 5.1.3 | Matthias Sohn | 2018-10-07 | 1 | -1/+1 |
* | | | | | | | | RefAdvertiser: Add Javadoc for usage of send(Collection) | Michael Keppler | 2018-10-08 | 1 | -5/+8 |
* | | | | | | | | SubmoduleAddCommand: Remove double-check of submodule name | Jonathan Nieder | 2018-10-07 | 1 | -15/+0 |
* | | | | | | | | Merge branch 'stable-5.1' | Jonathan Nieder | 2018-10-07 | 1 | -2/+2 |
|\| | | | | | | | |||||
| * | | | | | | | Merge branch 'stable-5.0' into stable-5.1 | Jonathan Nieder | 2018-10-07 | 1 | -2/+2 |
| |\| | | | | | | |||||
| | * | | | | | | Merge branch 'stable-4.11' into stable-5.0 | Jonathan Nieder | 2018-10-07 | 1 | -2/+2 |
| | |\| | | | | | |||||
| | | * | | | | | Merge branch 'stable-4.10' into stable-4.11 | Jonathan Nieder | 2018-10-07 | 1 | -2/+2 |
| | | |\| | | | | |||||
| | | | * | | | | Merge branch 'stable-4.9' into stable-4.10 | Jonathan Nieder | 2018-10-07 | 1 | -2/+2 |
| | | | |\| | | | |||||
| | | | | * | | | Merge branch 'stable-4.8' into stable-4.9 | Jonathan Nieder | 2018-10-07 | 1 | -2/+2 |
| | | | | |\| | | |||||
| | | | | | * | | Merge branch 'stable-4.7' into stable-4.8 | David Pursehouse | 2018-10-07 | 1 | -2/+2 |
| | | | | | |\| | |||||
| | | | | | | * | ObjectChecker#getGitsubmodules: Fix malformed javadoc | David Pursehouse | 2018-10-07 | 1 | -2/+2 |
* | | | | | | | | Merge branch 'stable-5.1' | Matthias Sohn | 2018-10-06 | 8 | -8/+468 |
|\| | | | | | | | |||||
| * | | | | | | | Prepare 5.1.3-SNAPSHOT builds | Matthias Sohn | 2018-10-06 | 3 | -49/+49 |
| * | | | | | | | JGit v5.1.2.201810061102-rv5.1.2.201810061102-r | Matthias Sohn | 2018-10-06 | 3 | -4/+4 |
| * | | | | | | | Merge branch 'stable-5.0' into stable-5.1 | Matthias Sohn | 2018-10-06 | 8 | -25/+461 |
| |\| | | | | | | |||||
| | * | | | | | | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2018-10-06 | 8 | -11/+467 |
| | |\| | | | | | |||||
| | | * | | | | | Prepare 4.11.5-SNAPSHOT builds | Matthias Sohn | 2018-10-06 | 3 | -49/+49 |
| | | * | | | | | JGit v4.11.4.201810060650-rv4.11.4.201810060650-r | Matthias Sohn | 2018-10-06 | 3 | -4/+4 |
| | | * | | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-10-06 | 8 | -7/+469 |
| | | |\| | | | | |||||
| | | | * | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-10-06 | 8 | -7/+469 |
| | | | |\| | | | |||||
| | | | | * | | | Prepare 4.9.7-SNAPSHOT builds | Matthias Sohn | 2018-10-06 | 3 | -49/+49 |
| | | | | * | | | JGit v4.9.6.201810051924-rv4.9.6.201810051924-r | Matthias Sohn | 2018-10-06 | 3 | -4/+4 |
| | | | | * | | | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-10-06 | 8 | -8/+470 |
| | | | | |\| | |