|
KiCad PCB EDA Suite
|
#include <git_config_handler.h>
Public Attributes | |
| wxString | authorName |
| wxString | authorEmail |
| bool | hasName = false |
| bool | hasEmail = false |
Definition at line 31 of file git_config_handler.h.
| wxString GitUserConfig::authorEmail |
Definition at line 34 of file git_config_handler.h.
Referenced by GIT_CONFIG_HANDLER::GetUserConfig(), and PROJECT_TREE_PANE::onGitCommit().
| wxString GitUserConfig::authorName |
Definition at line 33 of file git_config_handler.h.
Referenced by GIT_CONFIG_HANDLER::GetUserConfig(), and PROJECT_TREE_PANE::onGitCommit().
| bool GitUserConfig::hasEmail = false |
Definition at line 36 of file git_config_handler.h.
Referenced by GIT_CONFIG_HANDLER::GetUserConfig().
| bool GitUserConfig::hasName = false |
Definition at line 35 of file git_config_handler.h.
Referenced by GIT_CONFIG_HANDLER::GetUserConfig().