#include "GitHash.h"
#include "ProcessStatus.h"
#include <QByteArray>
#include <QList>
#include <map>
#include <span>
Go to the source code of this file.
|
| enum class | GitSource { Default
, Global
, Local
} |
| |
| enum class | GitMergeFastForward { Default
, No
, Only
} |
| |
| enum | GitSignPolicy { Unset
, False
, True
} |
| |
| enum class | GitSignatureGrade {
NoSignature
, Unknown
, Good
, Dubious
,
Missing
, Bad
} |
| |
◆ PATH_PREFIX
◆ GitMergeFastForward
| Enumerator |
|---|
| Default | |
| No | |
| Only | |
◆ GitSignatureGrade
| Enumerator |
|---|
| NoSignature | |
| Unknown | |
| Good | |
| Dubious | |
| Missing | |
| Bad | |
◆ GitSignPolicy
| Enumerator |
|---|
| Unset | |
| False | |
| True | |
◆ GitSource
| Enumerator |
|---|
| Default | |
| Global | |
| Local | |
◆ gitTrimPath()
| std::string gitTrimPath |
( |
std::string const & |
s | ) |
|