| 
    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 35 of file git_pull_handler.h.
| std::string CommitDetails::m_author | 
Definition at line 39 of file git_pull_handler.h.
Referenced by LIBGIT_BACKEND::handleFastForward().
| std::string CommitDetails::m_date | 
Definition at line 40 of file git_pull_handler.h.
Referenced by LIBGIT_BACKEND::handleFastForward().
| std::string CommitDetails::m_firstLine | 
Definition at line 38 of file git_pull_handler.h.
Referenced by LIBGIT_BACKEND::handleFastForward().
| std::string CommitDetails::m_sha | 
Definition at line 37 of file git_pull_handler.h.
Referenced by LIBGIT_BACKEND::handleFastForward().