|
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 31 of file git_pull_handler.h.
| std::string CommitDetails::m_author |
Definition at line 35 of file git_pull_handler.h.
Referenced by LIBGIT_BACKEND::handleFastForward().
| std::string CommitDetails::m_date |
Definition at line 36 of file git_pull_handler.h.
Referenced by LIBGIT_BACKEND::handleFastForward().
| std::string CommitDetails::m_firstLine |
Definition at line 34 of file git_pull_handler.h.
Referenced by LIBGIT_BACKEND::handleFastForward().
| std::string CommitDetails::m_sha |
Definition at line 33 of file git_pull_handler.h.
Referenced by LIBGIT_BACKEND::handleFastForward().