#include <AbstractGitSession.h>
◆ AbstractGitSession()
AbstractGitSession::AbstractGitSession |
( |
| ) |
|
◆ ~AbstractGitSession()
AbstractGitSession::~AbstractGitSession |
( |
| ) |
|
|
virtual |
◆ cache()
◆ clearCommandCache()
void AbstractGitSession::clearCommandCache |
( |
| ) |
|
◆ exec_git()
virtual std::optional<GitResult> AbstractGitSession::exec_git |
( |
QString const & |
arg, |
|
|
Option const & |
opt |
|
) |
| |
|
pure virtual |
◆ findFromCommandCache()
std::vector< char > * AbstractGitSession::findFromCommandCache |
( |
QString const & |
key | ) |
|
|
protected |
◆ gitinfo() [1/2]
◆ gitinfo() [2/2]
◆ insertIntoCommandCache()
void AbstractGitSession::insertIntoCommandCache |
( |
QString const & |
key, |
|
|
std::vector< char > const & |
value |
|
) |
| |
|
protected |
◆ is_connected()
virtual bool AbstractGitSession::is_connected |
( |
| ) |
const |
|
pure virtual |
◆ isValidWorkingCopy()
virtual bool AbstractGitSession::isValidWorkingCopy |
( |
QString const & |
dir | ) |
const |
|
pure virtual |
◆ ls()
virtual std::optional<std::vector<GitFileItem> > AbstractGitSession::ls |
( |
char const * |
path | ) |
|
|
inlinevirtual |
◆ readfile()
virtual std::optional<std::vector<char> > AbstractGitSession::readfile |
( |
char const * |
path | ) |
|
|
inlinevirtual |
◆ remove()
virtual bool AbstractGitSession::remove |
( |
QString const & |
path | ) |
|
|
pure virtual |
◆ set_command_cache()
◆ workingDir()
QString AbstractGitSession::workingDir |
( |
| ) |
const |
The documentation for this class was generated from the following files: