KiCad PCB EDA Suite
Loading...
Searching...
No Matches
git_pull_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

struct  CommitDetails
 
struct  ConflictData
 
class  GIT_PULL_HANDLER
 

Enumerations

enum class  PullResult {
  Success , Error , UpToDate , FastForward ,
  MergeFailed
}
 

Enumeration Type Documentation

◆ PullResult

enum class PullResult
strong
Enumerator
Success 
Error 
UpToDate 
FastForward 
MergeFailed 

Definition at line 46 of file git_pull_handler.h.