#include <GitBasicSession.h>
◆ GitBasicSession()
GitBasicSession::GitBasicSession |
( |
Commands const & |
cmds | ) |
|
◆ exec_git()
std::optional< GitResult > GitBasicSession::exec_git |
( |
QString const & |
arg, |
|
|
Option const & |
opt |
|
) |
| |
|
virtual |
◆ gitCommand()
QString GitBasicSession::gitCommand |
( |
| ) |
const |
|
private |
◆ is_connected()
bool GitBasicSession::is_connected |
( |
| ) |
const |
|
virtual |
◆ isValidWorkingCopy()
bool GitBasicSession::isValidWorkingCopy |
( |
QString const & |
dir | ) |
const |
|
virtual |
◆ ls()
std::optional< std::vector< GitFileItem > > GitBasicSession::ls |
( |
char const * |
path | ) |
|
|
virtual |
◆ readfile()
std::optional< std::vector< char > > GitBasicSession::readfile |
( |
char const * |
path | ) |
|
|
virtual |
◆ remove()
bool GitBasicSession::remove |
( |
const QString & |
path | ) |
|
|
virtual |
◆ sshCommand()
QString GitBasicSession::sshCommand |
( |
| ) |
const |
|
private |
The documentation for this class was generated from the following files: