Package | Description |
---|---|
org.eclipse.jgit.api |
Modifier and Type | Method and Description |
---|---|
LsRemoteCommand |
Git.lsRemote()
Returns a command object to execute a
ls-remote command |
LsRemoteCommand |
LsRemoteCommand.setHeads(boolean heads)
Include refs/heads in references results
|
LsRemoteCommand |
LsRemoteCommand.setRemote(java.lang.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(java.lang.String uploadPack)
The full path of git-upload-pack on the remote host
|
Copyright © 2012. All Rights Reserved.