aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo
Commit message (Expand)AuthorAgeFilesLines
* BaseSuperprojectWriter: report invalid paths as manifest errorsIvan Frade2022-08-231-1/+2
* RepoCommand: Offer to set extra files in the destination repositoryIvan Frade2022-01-312-3/+46
* RepoCommand: Move bare/regular superproject writing to their own classesIvan Frade2022-01-313-273/+416
* RepoCommand: Do not wrap GitApiExceptions in GitApiExceptionsIvan Frade2021-11-231-4/+3
* Replace XMLReaderFactory deprecated since Java 9Matthias Sohn2021-09-291-3/+5
* RepoCommand: Move building the index for base repos to its own methodIvan Frade2021-08-311-112/+120
* RepoCommand: Retry commit on LockFailureIvan Frade2021-05-261-43/+67
* RepoCommand: Do not set 'branch' if the revision is a tagIvan Frade2021-05-261-2/+6
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-272-2/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-044-152/+20
* Replace chain of if statements with switchCarsten Hammer2019-12-141-41/+53
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-173-18/+16
* Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-081-1/+0
|\
| * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-071-1/+0
| |\
| | * RepoText: Remove unused externalized stringDavid Pursehouse2019-09-071-1/+0
| | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-191-4/+4
* | | Avoid double wordsMincong HUANG2018-12-211-2/+2
|/ /
* | RepoCommand: Preserve executable bit in <copyfile>Ivan Frade2018-10-312-3/+5
* | RepoCommand.RemoteReader: Add method to read contents and mode of fileIvan Frade2018-10-311-27/+103
* | Format @NonNull on return value as method annotationJonathan Nieder2018-10-091-1/+2
* | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-4/+4
|/
* Merge "Support remove-project node in the manifest parser"Jonathan Nieder2018-08-201-0/+3
|\
| * Support remove-project node in the manifest parserMasaya Suzuki2018-08-201-0/+3
* | Use a TreeMap to construct the list of renamed projectsHan-Wen Nienhuys2018-08-131-2/+2
* | Use project names instead of paths for the submodule nameMasaya Suzuki2018-07-271-34/+57
|/
* RepoCommand: record remote branch, group, shallow bit by defaultJonathan Nieder2018-07-201-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-12/+4
* RepoCommand: generate relative submodule URLs from absolute URLs.Han-Wen Nienhuys2018-02-211-6/+2
* RepoCommand: don't record new commit if tree did not changeHan-Wen Nienhuys2018-02-191-0/+5
* RepoCommand: persist unreadable submodules in .gitmodulesHan-Wen Nienhuys2018-02-191-30/+29
* RepoCommand: Don't leave Git openDavid Pursehouse2018-02-151-79/+79
* Replace explicit calls to initCause where possibleDavid Pursehouse2017-12-201-4/+1
* Fix javadoc in org.eclipse.jgit gitrepo packageMatthias Sohn2017-12-184-6/+49
* RepoCommand: Skip RemoteReader when encountering a full SHA-1Jonathan Nieder2017-11-281-2/+1
* Cleanup: Organize importsMatthias Sohn2017-08-301-1/+0
* Fix out-of-bounds exception in RepoCommand#relativeHan-Wen Nienhuys2017-05-241-10/+21
* RepoCommand: Add linkfile support.Dan Willemsen2017-04-183-14/+143
* Add missing @since tag for new API RepoCommand.setTargetURI()Matthias Sohn2017-04-141-3/+5
* Fix RepoCommand to allow for relative URLsHan-Wen Nienhuys2017-04-131-7/+90
* 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-102-1/+7
* 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
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-203-8/+8
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* RepoCommand#readFile: Don't call Git#getRepository() in try-with-resourceDavid Pursehouse2017-01-281-3/+2
* [infer] Mark ManifestParse.getFilteredProjects non-nullMatthias Sohn2017-01-231-1/+2