KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CommitDetails Struct Reference

#include <git_pull_handler.h>

Public Attributes

std::string m_sha
 
std::string m_firstLine
 
std::string m_author
 
std::string m_date
 

Detailed Description

Definition at line 37 of file git_pull_handler.h.

Member Data Documentation

◆ m_author

std::string CommitDetails::m_author

Definition at line 41 of file git_pull_handler.h.

Referenced by GIT_PULL_HANDLER::handleFastForward().

◆ m_date

std::string CommitDetails::m_date

Definition at line 42 of file git_pull_handler.h.

Referenced by GIT_PULL_HANDLER::handleFastForward().

◆ m_firstLine

std::string CommitDetails::m_firstLine

Definition at line 40 of file git_pull_handler.h.

Referenced by GIT_PULL_HANDLER::handleFastForward().

◆ m_sha

std::string CommitDetails::m_sha

Definition at line 39 of file git_pull_handler.h.

Referenced by GIT_PULL_HANDLER::handleFastForward().


The documentation for this struct was generated from the following file: