KiCad PCB EDA Suite
|
#include <git2.h>
#include <functional>
#include <vector>
#include <string>
#include "kicad_git_common.h"
#include <git/git_progress.h>
Go to the source code of this file.
Classes | |
struct | CommitDetails |
struct | ConflictData |
class | GIT_PULL_HANDLER |
Enumerations | |
enum class | PullResult : int { MergeFailed = -2 , Error = -1 , Success = 0 , UpToDate , FastForward } |
|
strong |
Enumerator | |
---|---|
MergeFailed | |
Error | |
Success | |
UpToDate | |
FastForward |
Definition at line 46 of file git_pull_handler.h.