summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Bazel: Restrict src globs to Java source filesDavid Pursehouse2017-04-131-1/+1
* Fix RepoCommand to allow for relative URLsHan-Wen Nienhuys2017-04-131-7/+90
* Merge "BundleWriter: Allow constructing from only an ObjectReader"Jonathan Nieder2017-04-121-6/+33
|\
| * BundleWriter: Allow constructing from only an ObjectReaderDave Borowitz2017-04-121-6/+33
* | Merge "Only throw MissingObjectException when necessary"Terry Parker2017-04-121-17/+32
|\ \ | |/ |/|
| * Only throw MissingObjectException when necessaryZhen Chen2017-04-051-17/+32
* | Merge branch 'stable-4.7'Matthias Sohn2017-04-113-13/+31
|\ \
| * | Cleanup and test trailing slash handling in ManifestParserHan-Wen Nienhuys2017-04-111-13/+24
| * | ManifestParser: Throw exception if remote does not have fetch attributeHan-Wen Nienhuys2017-04-103-1/+8
| * | Prepare 4.7.1-SNAPSHOTMatthias Sohn2017-04-063-45/+45
| * | JGit v4.7.0.201704051617-rv4.7.0.201704051617-rMatthias Sohn2017-04-053-4/+4
* | | Remove unused API filtersMatthias Sohn2017-04-091-51/+0
* | | Silence API error for new method added to abstract MergeStrategyMatthias Sohn2017-04-061-0/+8
* | | Fix @since tags of new API added after 4.7.0Matthias Sohn2017-04-063-3/+10
* | | Support creating Mergers without a RepositoryDave Borowitz2017-04-0511-21/+175
* | | Prepare 4.8.0-SNAPSHOT buildsMatthias Sohn2017-04-053-45/+45
* | | Fixed NP dereference error reported by ecj in UploadPack.stopBuffering()Andrey Loskutov2017-04-051-7/+3
* | | Merge "Make diff locations more consistent"Shawn Pearce2017-04-042-17/+116
|\ \ \
| * | | Make diff locations more consistentKB Sriram2017-04-032-17/+116
| |/ /
* | | NameConflictTreeWalk: Mark repo param @NullableDave Borowitz2017-04-041-1/+2
* | | Merge "Buffer the response until request parsing has done"Jonathan Nieder2017-04-041-5/+62
|\ \ \ | |/ / |/| |
| * | Buffer the response until request parsing has doneMasaya Suzuki2017-04-041-5/+62
* | | Remove unused import from ManifestParserMatthias Sohn2017-03-311-1/+0
| |/ |/|
* | Document the intended use of RepoCommand#setURI()Han-Wen Nienhuys2017-03-291-3/+8
* | Noop changes to ManifestParserHan-Wen Nienhuys2017-03-291-14/+7
|/
* Consistently use 'path' for the path to a subrepo in RepoCommandHan-Wen Nienhuys2017-03-271-18/+18
* Merge branch 'stable-4.6'Matthias Sohn2017-03-276-18/+268
|\
| * Merge branch 'stable-4.5' into stable-4.6David Pursehouse2017-03-276-18/+252
| |\
| | * Only mark packfile invalid if exception signals permanent problemMatthias Sohn2017-03-266-18/+245
| | * Don't flag a packfile invalid if opening existing file failedLuca Milanesio2017-03-251-0/+7
| | * Prepare 4.5.2-SNAPSHOT buildsMatthias Sohn2017-03-253-43/+43
| | * JGit v4.5.1.201703201650-rv4.5.1.201703201650-rMatthias Sohn2017-03-203-4/+4
* | | PullCommand: Add support for recursing into submodulesDavid Pursehouse2017-03-241-1/+18
* | | Explain in error message how to recover from lock failureMatthias Sohn2017-03-221-1/+1
* | | Remove Buck buildDavid Pursehouse2017-03-221-20/+0
* | | bazel: Add explicit targets for library dependenciesJonathan Nieder2017-03-191-5/+3
* | | Move SHA1 compress/recompress files to resource folderDavid Ostrovsky2017-03-182-0/+0
* | | Merge "Merge branch 'stable-4.6'"Matthias Sohn2017-03-153-9/+40
|\ \ \
| * | | Merge branch 'stable-4.6'Matthias Sohn2017-03-163-9/+40
| |\| |
| | * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-03-163-9/+40
| | |\|
| | | * Don't remove pack when FileNotFoundException is transientLuca Milanesio2017-03-153-9/+40
| | * | Prepare 4.6.2-SNAPSHOT buildsMatthias Sohn2017-03-073-44/+44
| | * | JGit v4.6.1.201703071140-rv4.6.1.201703071140-rMatthias Sohn2017-03-073-4/+4
* | | | Don't try to strip new line if the message buffer is emptyAndrey Loskutov2017-03-151-2/+6
|/ / /
* | | FetchCommand: Fix detection of submodule recursion modeDavid Pursehouse2017-03-102-13/+25
* | | FetchCommand: Add basic support for recursing into submodulesDavid Pursehouse2017-03-044-1/+219
* | | Remove unnecessary @SuppressWarnings("nls")David Pursehouse2017-03-041-1/+0
* | | Make Repository.normalizeBranchName less strictThomas Wolf2017-03-041-47/+110
* | | Merge "SHA-1: collision detection support"Jonathan Nieder2017-03-028-93/+1818
|\ \ \
| * | | SHA-1: collision detection supportShawn Pearce2017-02-288-93/+1818