KiCad PCB EDA Suite
Loading...
Searching...
No Matches
git_push_handler.h File Reference
#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 }
 

Enumeration Type Documentation

◆ PushResult

enum class PushResult
strong
Enumerator
Success 
Error 
UpToDate 

Definition at line 36 of file git_push_handler.h.