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 | |
class | GIT_PUSH_HANDLER |
Enumerations | |
enum class | PushResult { Success , Error , UpToDate } |
|
strong |
Enumerator | |
---|---|
Success | |
Error | |
UpToDate |
Definition at line 36 of file git_push_handler.h.