Guitar
Static Public Member Functions | Public Attributes | List of all members
GitCommit Class Reference

#include <GitObjectManager.h>

Collaboration diagram for GitCommit:
Collaboration graph
[legend]

Static Public Member Functions

static bool parseCommit (GitRunner g, GitObjectCache *objcache, GitHash const &id, GitCommit *out)
 

Public Attributes

std::string tree_id
 
std::vector< std::string > parents
 

Member Function Documentation

◆ parseCommit()

bool GitCommit::parseCommit ( GitRunner  g,
GitObjectCache objcache,
GitHash const &  id,
GitCommit out 
)
static
Here is the call graph for this function:

Member Data Documentation

◆ parents

std::vector<std::string> GitCommit::parents

◆ tree_id

std::string GitCommit::tree_id

The documentation for this class was generated from the following files: