KiCad PCB EDA Suite
|
#include "panel_git_repos.h"
#include <bitmaps.h>
#include <dialogs/git/dialog_git_repository.h>
#include <kiplatform/secrets.h>
#include <pgm_base.h>
#include <settings/common_settings.h>
#include <trace_helpers.h>
#include <widgets/std_bitmap_button.h>
#include <widgets/wx_grid.h>
#include <git2.h>
#include <git/kicad_git_memory.h>
#include <wx/bmpbuttn.h>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/log.h>
Go to the source code of this file.
Functions | |
static std::pair< wxString, wxString > | getDefaultAuthorAndEmail () |
|
static |
Definition at line 55 of file panel_git_repos.cpp.
References config, KIGIT_COMMON::GetLastGitError(), name, and traceGit.
Referenced by PANEL_GIT_REPOS::TransferDataToWindow().