#include "MyProcess.h"
#include "common/misc.h"
#include <QDateTime>
#include <QString>
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
} |
| |
◆ GIT_ID_LENGTH
| #define GIT_ID_LENGTH (40) |
◆ GitMergeFastForward
| Enumerator |
|---|
| Default | |
| No | |
| Only | |
◆ GitSignatureGrade
| Enumerator |
|---|
| NoSignature | |
| Unknown | |
| Good | |
| Dubious | |
| Missing | |
| Bad | |
◆ GitSignPolicy
| Enumerator |
|---|
| Unset | |
| False | |
| True | |
◆ GitSource
| Enumerator |
|---|
| Default | |
| Global | |
| Local | |
◆ gitTrimPath()
| QString gitTrimPath |
( |
QString const & |
s | ) |
|
◆ operator<()
◆ operator==()