KiCad PCB EDA Suite
|
#include <git_pull_handler.h>
Public Attributes | |
std::string | m_sha |
std::string | m_firstLine |
std::string | m_author |
std::string | m_date |
Definition at line 37 of file git_pull_handler.h.
std::string CommitDetails::m_author |
Definition at line 41 of file git_pull_handler.h.
Referenced by GIT_PULL_HANDLER::handleFastForward().
std::string CommitDetails::m_date |
Definition at line 42 of file git_pull_handler.h.
Referenced by GIT_PULL_HANDLER::handleFastForward().
std::string CommitDetails::m_firstLine |
Definition at line 40 of file git_pull_handler.h.
Referenced by GIT_PULL_HANDLER::handleFastForward().
std::string CommitDetails::m_sha |
Definition at line 39 of file git_pull_handler.h.
Referenced by GIT_PULL_HANDLER::handleFastForward().