|
KiCad PCB EDA Suite
|
#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. | |