summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Move first line parsing for v0/v1 pack negotiation out of UploadPackIvan Frade2018-10-122-24/+131
* PackOutputStream: Suppress Error Prone's ShortCircuitBoolean warningDavid Pursehouse2018-10-101-0/+1
* Add missing @since tags for ObjectChecker.ErrorTypeMatthias Sohn2018-10-101-7/+7
* Format @NonNull on return value as method annotationJonathan Nieder2018-10-093-4/+8
* Format @Nullable on return value as method annotationJonathan Nieder2018-10-093-4/+8
* Avoid using @Nullable to annotate arraysJonathan Nieder2018-10-094-6/+1
* FsckError: Use @Nullable as field annotation (before any modifier)Ivan Frade2018-10-091-1/+2
* DfsFsck: Check that .gitmodules in the repository have valid contentsIvan Frade2018-10-093-1/+53
* FsckError.CorruptObject: Use @Nullable constructor for errorTypeIvan Frade2018-10-092-11/+7
* SubmoduleValidator: Always throw SubmoduleValidationExceptionIvan Frade2018-10-093-19/+54
* Merge branch 'stable-5.1'Jonathan Nieder2018-10-081-12/+16
|\
| * Merge branch 'stable-5.0' into stable-5.1Jonathan Nieder2018-10-081-12/+16
| |\
| | * Merge branch 'stable-4.11' into stable-5.0Jonathan Nieder2018-10-081-12/+16
| | |\
| | | * Merge branch 'stable-4.10' into stable-4.11Jonathan Nieder2018-10-081-12/+16
| | | |\
| | | | * Merge branch 'stable-4.9' into stable-4.10Jonathan Nieder2018-10-081-12/+16
| | | | |\
| | | | | * Merge branch 'stable-4.8' into stable-4.9Jonathan Nieder2018-10-081-1/+0
| | | | | |\
| | | | | | * Merge branch 'stable-4.7' into stable-4.8Jonathan Nieder2018-10-081-1/+0
| | | | | | |\
| | | | | | | * SubmoduleValidator: Remove unused import of ConfigConstantsDavid Pursehouse2018-10-091-1/+0
| | | | | * | | Merge branch 'stable-4.8' into stable-4.9Jonathan Nieder2018-10-081-11/+16
| | | | | |\| |
| | | | | | * | Merge branch 'stable-4.7' into stable-4.8Jonathan Nieder2018-10-081-11/+16
| | | | | | |\|
| | | | | | | * SubmoduleValidator: Permit missing path or urlJonathan Nieder2018-10-081-11/+16
* | | | | | | | RefAdvertiser: Add Javadoc for usage of send(Collection)Michael Keppler2018-10-081-5/+8
* | | | | | | | SubmoduleAddCommand: Remove double-check of submodule nameJonathan Nieder2018-10-071-15/+0
* | | | | | | | Merge branch 'stable-5.1'Jonathan Nieder2018-10-071-2/+2
|\| | | | | | |
| * | | | | | | Merge branch 'stable-5.0' into stable-5.1Jonathan Nieder2018-10-071-2/+2
| |\| | | | | |
| | * | | | | | Merge branch 'stable-4.11' into stable-5.0Jonathan Nieder2018-10-071-2/+2
| | |\| | | | |
| | | * | | | | Merge branch 'stable-4.10' into stable-4.11Jonathan Nieder2018-10-071-2/+2
| | | |\| | | |
| | | | * | | | Merge branch 'stable-4.9' into stable-4.10Jonathan Nieder2018-10-071-2/+2
| | | | |\| | |
| | | | | * | | Merge branch 'stable-4.8' into stable-4.9Jonathan Nieder2018-10-071-2/+2
| | | | | |\| |
| | | | | | * | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-10-071-2/+2
| | | | | | |\|
| | | | | | | * ObjectChecker#getGitsubmodules: Fix malformed javadocDavid Pursehouse2018-10-071-2/+2
* | | | | | | | Merge branch 'stable-5.1'Matthias Sohn2018-10-066-7/+447
|\| | | | | | |
| * | | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-10-066-7/+447
| |\| | | | | |
| | * | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-10-066-7/+448
| | |\| | | | |
| | | * | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-10-066-7/+448
| | | |\| | | |
| | | | * | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-066-7/+448
| | | | |\| | |
| | | | | * | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-066-7/+448
| | | | | |\| |
| | | | | | * | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-10-066-7/+448
| | | | | | |\|
| | | | | | | * BaseReceivePack: Validate incoming .gitmodules filesIvan Frade2018-10-053-1/+64
| | | | | | | * ObjectChecker: Report .gitmodules files found in the packIvan Frade2018-10-052-5/+229
| | | | | | | * SubmoduleAddCommand: Reject submodule URIs that look like cli optionsIvan Frade2018-10-053-1/+155
* | | | | | | | Fix handling of core.eol=native and of crlf attributeThomas Wolf2018-10-041-41/+42
* | | | | | | | LfsFactory#LfsInputStream: Override int read(byte[], int, int)David Pursehouse2018-10-011-0/+5
* | | | | | | | MergeFormatterPass: Remove constructor taking charset name as stringJonathan Nieder2018-09-302-26/+1
* | | | | | | | ConfigConstants: Add constants for i18n.logOutputEncodingDavid Pursehouse2018-09-301-0/+14
* | | | | | | | SidebandInputStream: Specify charset when calling String.getBytes()David Pursehouse2018-09-301-1/+1
* | | | | | | | MergeFormatter{Pass}: Use Charset instead of StringDavid Pursehouse2018-09-303-10/+116
* | | | | | | | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-308-28/+31
* | | | | | | | UploadPack: support deepen-since in protocol v2Jonathan Tan2018-09-273-12/+76
* | | | | | | | DepthGenerator: remove redundant depth checkJonathan Tan2018-09-271-2/+1