summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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-068-8/+468
|\| | | | | | |
| * | | | | | | Prepare 5.1.3-SNAPSHOT buildsMatthias Sohn2018-10-063-49/+49
| * | | | | | | JGit v5.1.2.201810061102-rv5.1.2.201810061102-rMatthias Sohn2018-10-063-4/+4
| * | | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-10-068-25/+461
| |\| | | | | |
| | * | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-10-068-11/+467
| | |\| | | | |
| | | * | | | | Prepare 4.11.5-SNAPSHOT buildsMatthias Sohn2018-10-063-49/+49
| | | * | | | | JGit v4.11.4.201810060650-rv4.11.4.201810060650-rMatthias Sohn2018-10-063-4/+4
| | | * | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-10-068-7/+469
| | | |\| | | |
| | | | * | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-068-7/+469
| | | | |\| | |
| | | | | * | | Prepare 4.9.7-SNAPSHOT buildsMatthias Sohn2018-10-063-49/+49
| | | | | * | | JGit v4.9.6.201810051924-rv4.9.6.201810051924-rMatthias Sohn2018-10-063-4/+4
| | | | | * | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-068-8/+470
| | | | | |\| |
| | | | | | * | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-10-068-7/+469
| | | | | | |\|
| | | | | | | * Prepare 4.7.6-SNAPSHOT buildsMatthias Sohn2018-10-063-45/+45
| | | | | | | * JGit v4.7.5.201810051826-rv4.7.5.201810051826-rMatthias Sohn2018-10-063-4/+4
| | | | | | | * BaseReceivePack: Validate incoming .gitmodules filesIvan Frade2018-10-054-1/+65
| | | | | | | * ObjectChecker: Report .gitmodules files found in the packIvan Frade2018-10-053-5/+245
| | | | | | | * SubmoduleAddCommand: Reject submodule URIs that look like cli optionsIvan Frade2018-10-055-2/+160
| | | | | | | * Prepare 4.7.5-SNAPSHOT buildsMatthias Sohn2018-09-183-45/+45
| | | | | | | * JGit v4.7.4.201809180905-rv4.7.4.201809180905-rMatthias Sohn2018-09-183-4/+4
| | | | | | | * Update API problem filterMatthias Sohn2018-09-181-1/+1
| | | | | * | | Prepare 4.9.6-SNAPSHOT buildsMatthias Sohn2018-09-183-49/+49
| | | | | * | | JGit v4.9.5.201809180939-rv4.9.5.201809180939-rMatthias Sohn2018-09-183-4/+4
| | | * | | | | Prepare 4.11.4-SNAPSHOT buildsMatthias Sohn2018-09-183-49/+49
| | | * | | | | JGit v4.11.3.201809181037-rv4.11.3.201809181037-rMatthias Sohn2018-09-183-4/+4
| * | | | | | | Prepare 5.1.2-SNAPSHOT buildsMatthias Sohn2018-09-183-49/+49
| * | | | | | | JGit v5.1.1.201809181055-rv5.1.1.201809181055-rMatthias Sohn2018-09-183-4/+4
* | | | | | | | Fix handling of core.eol=native and of crlf attributeThomas Wolf2018-10-041-41/+42
* | | | | | | | Silence API warning for method added to interface DepthWalkMatthias Sohn2018-10-041-0/+11
* | | | | | | | 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
* | | | | | | | Explicitly specify charset when constructing BufferedReaderDavid Pursehouse2018-09-261-3/+3
* | | | | | | | Explicitly specify charset in constructor of InputStreamReaderDavid Pursehouse2018-09-261-1/+4
* | | | | | | | Make inner classes static where possibleDavid Pursehouse2018-09-262-2/+2
* | | | | | | | Fix @since tag on RefDatabase#getRefsByPrefixMatthias Sohn2018-09-251-3/+3