KiCad PCB EDA Suite
Loading...
Searching...
No Matches
git_revert_handler.cpp File Reference
#include "git_revert_handler.h"
#include <wx/log.h>
#include <wx/string.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)
 

Function Documentation

◆ checkout_notify_cb()

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 50 of file git_revert_handler.cpp.

References path, and GIT_REVERT_HANDLER::PushFailedFile().

Referenced by GIT_REVERT_HANDLER::PerformRevert().

◆ checkout_progress_cb()

static void checkout_progress_cb ( const char *  path,
size_t  cur,
size_t  tot,
void *  payload 
)
static

Definition at line 44 of file git_revert_handler.cpp.

References path.

Referenced by GIT_REVERT_HANDLER::PerformRevert().