Guitar
Public Types | Public Attributes | List of all members
NamedCommitItem Struct Reference

#include <Git.h>

Collaboration diagram for NamedCommitItem:
Collaboration graph
[legend]

Public Types

enum  Type { Type::None, Type::BranchLocal, Type::BranchRemote, Type::Tag }
 

Public Attributes

Type type = Type::None
 
QString remote
 
QString name
 
Git::CommitID id
 

Member Enumeration Documentation

◆ Type

enum NamedCommitItem::Type
strong
Enumerator
None 
BranchLocal 
BranchRemote 
Tag 

Member Data Documentation

◆ id

Git::CommitID NamedCommitItem::id

◆ name

QString NamedCommitItem::name

◆ remote

QString NamedCommitItem::remote

◆ type

Type NamedCommitItem::type = Type::None

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