KiCad PCB EDA Suite
Loading...
Searching...
No Matches
kigit_driver_registry.cpp File Reference
#include <git/kigit_driver_registry.h>
#include <git/kicad_git_common.h>
#include <git2.h>
#include <git2/sys/merge.h>
#include <trace_helpers.h>
#include <wx/log.h>
#include <cstdint>
#include <map>
#include <memory>
#include <mutex>
#include <string>

Go to the source code of this file.

Namespaces

namespace  KIGIT
 

Functions

bool KIGIT::RegisterMergeDriver (const char *aName, MERGE_APPLY_FN aApply)
 Register a KiCad merge driver with libgit2.