KiCad PCB EDA Suite
|
#include "git_revert_handler.h"
#include <wx/log.h>
#include <wx/string.h>
#include <trace_helpers.h>
Go to the source code of this file.
Functions | |
static void | checkout_progress_cb (const char *path, size_t cur, size_t tot, void *payload) |
static int | checkout_notify_cb (git_checkout_notify_t why, const char *path, const git_diff_file *baseline, const git_diff_file *target, const git_diff_file *workdir, void *payload) |
|
static |
Definition at line 56 of file git_revert_handler.cpp.
References path, and GIT_REVERT_HANDLER::PushFailedFile().
Referenced by GIT_REVERT_HANDLER::PerformRevert().
|
static |
Definition at line 50 of file git_revert_handler.cpp.
References path, and traceGit.
Referenced by GIT_REVERT_HANDLER::PerformRevert().