aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into stable-7.0Matthias Sohn2024-08-301-26/+0
|\
| * RepoCommand.RemoteReader: Remove @Deprecated methodIvan Frade2024-08-291-26/+0
* | Suppress non-externalized string warningsMatthias Sohn2024-08-281-1/+2
|/
* RepoCommand: Add error to ManifestErrorExceptionIvan Frade2024-06-061-1/+1
* RepoCommand: Copy manifest upstream into .gitmodules ref fieldIvan Frade2024-05-301-0/+1
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+2
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+4
* RepoCommand: Offer to set extra files in the destination repositoryIvan Frade2022-01-311-2/+20
* RepoCommand: Move bare/regular superproject writing to their own classesIvan Frade2022-01-311-273/+18
* RepoCommand: Do not wrap GitApiExceptions in GitApiExceptionsIvan Frade2021-11-231-4/+3
* 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-271-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-11/+10
* Avoid double wordsMincong HUANG2018-12-211-2/+2
* RepoCommand: Preserve executable bit in <copyfile>Ivan Frade2018-10-311-3/+4
* RepoCommand.RemoteReader: Add method to read contents and mode of fileIvan Frade2018-10-311-27/+103
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-4/+4
* 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
* 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
* Fix javadoc in org.eclipse.jgit gitrepo packageMatthias Sohn2017-12-181-3/+17
* 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-181-1/+30
* 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
* Document the intended use of RepoCommand#setURI()Han-Wen Nienhuys2017-03-291-3/+8
* 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-201-1/+1
* 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] Fix resource leak in RepoCommandMatthias Sohn2016-12-181-9/+3
* RepoCommand: Avoid group lists shadowing groups stringsJonathan Nieder2016-08-081-3/+3
* Fix javadoc errors and unused imports introduced by ddd0fe25Matthias Sohn2016-06-011-1/+0
* RepoCommand: record manifest shallow recommendation in .gitmodulesStefan Beller2016-05-311-3/+30
* RepoCommand: record manifest groups as submodule labelsStefan Beller2016-05-311-3/+45
* Fix wrong whitespaces.Yuxuan 'fishy' Wang2016-03-111-1/+1
* Add ignoreRemoteFailures option to RepoCommandYuxuan 'fishy' Wang2016-03-111-11/+41
* repo: Do not use search path to find refs/remotes/origin/<branch>Jonathan Nieder2015-11-251-1/+4
* Align docstring for RepoCommand.setRecordRemoteBranch with argumentStefan Beller2015-10-061-3/+3
* RepoCommand: Add setRecordRemoteBranch option to record upstream branchStefan Beller2015-10-051-2/+31