|
KiCad PCB EDA Suite
|
#include <git/git_compare_handler.h>#include <git/kicad_git_common.h>#include <git/kicad_git_memory.h>#include <git2.h>#include <trace_helpers.h>#include <wx/log.h>Go to the source code of this file.
Namespaces | |
| namespace | KIGIT |
Functions | |
| const char * | KIGIT::FileChangeStatusToString (FILE_CHANGE_STATUS aStatus) |
| std::vector< CHANGED_FILE > | KIGIT::CompareRefs (git_repository *aRepo, const wxString &aBaseRef, const wxString &aHeadRef) |
| Compare two git refs (branch / tag / commit OID) within a repository and return the per-file change list. | |