Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method | Description |
---|---|---|
LsRemoteCommand |
Git.lsRemote() |
Returns a command object to execute a
ls-remote command |
static LsRemoteCommand |
Git.lsRemoteRepository() |
Returns a command to list remote branches/tags without a local
repository.
|
LsRemoteCommand |
LsRemoteCommand.setHeads(boolean heads) |
Include refs/heads in references results
|
LsRemoteCommand |
LsRemoteCommand.setRemote(String remote) |
The remote (uri or name) used for the fetch operation.
|
LsRemoteCommand |
LsRemoteCommand.setTags(boolean tags) |
Include refs/tags in references results
|
LsRemoteCommand |
LsRemoteCommand.setUploadPack(String uploadPack) |
The full path of git-upload-pack on the remote host
|
Copyright © 2018. All rights reserved.