KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
dialog_git_repository.cpp File Reference
#include "dialog_git_repository.h"
#include <confirm.h>
#include <git2.h>
#include <git/kicad_git_memory.h>
#include <git/kicad_git_common.h>
#include <git/git_repo_mixin.h>
#include <gestfich.h>
#include <cerrno>
#include <cstring>
#include <fstream>
#include <wx/clipbrd.h>
#include <wx/msgdlg.h>
#include <wx/regex.h>
#include <wx/stdpaths.h>

Go to the source code of this file.

Functions

static wxString get_repo_name (wxString &aRepoAddr)
 

Function Documentation

◆ get_repo_name()

static wxString get_repo_name ( wxString &  aRepoAddr)
static

Definition at line 208 of file dialog_git_repository.cpp.

Referenced by DIALOG_GIT_REPOSITORY::updateURLData().