Uses of Class
org.eclipse.jgit.gitrepo.RepoCommand
Packages that use RepoCommand
-
Uses of RepoCommand in org.eclipse.jgit.gitrepo
Methods in org.eclipse.jgit.gitrepo that return RepoCommandModifier and TypeMethodDescriptionRepoCommand.addToDestination
(String path, String contents) Create a file with the given content in the destination repositoryRepoCommand.setAuthor
(PersonIdent author) Set the author/committer for the bare repository commit.Set default branch.Set groups to syncRepoCommand.setIgnoreRemoteFailures
(boolean ignore) Set whether to skip projects whose commits don't exist remotely.RepoCommand.setIncludedFileReader
(ManifestParser.IncludedFileReader reader) Set the IncludedFileReader callback.RepoCommand.setInputStream
(InputStream inputStream) Set the input stream to the manifest XML.Set path to the manifest XML file.RepoCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the clone operation.RepoCommand.setRecommendShallow
(boolean enable) Set whether the clone-depth field should be recorded as a shallow recommendation in .gitmodules.RepoCommand.setRecordRemoteBranch
(boolean enable) Set whether the branch name should be recorded in .gitmodules.RepoCommand.setRecordSubmoduleLabels
(boolean enable) Set whether the labels field should be recorded as a label in .gitattributes.RepoCommand.setRemoteReader
(RepoCommand.RemoteReader callback) Set the GetHeadFromUri callback.RepoCommand.setTargetBranch
(String branch) Set target branch.RepoCommand.setTargetURI
(String uri) Set the URI of the superproject (this repository), so the .gitmodules file can specify the submodule URLs relative to the superproject.Set base URI of the paths inside the XML.