TrackGit
Public Attributes | List of all members
log_state Struct Reference

log_state represents walker being configured while handling options More...

#include <Log.h>

Public Attributes

git_repository * repo
 
const char * repodir
 
git_revwalk * walker
 
int hide
 
int sorting
 
int revisions
 

Detailed Description

log_state represents walker being configured while handling options

Definition at line 21 of file Log.h.

Member Data Documentation

◆ hide

int log_state::hide

Definition at line 25 of file Log.h.

◆ repo

git_repository* log_state::repo

Definition at line 22 of file Log.h.

◆ repodir

const char* log_state::repodir

Definition at line 23 of file Log.h.

◆ revisions

int log_state::revisions

Definition at line 27 of file Log.h.

◆ sorting

int log_state::sorting

Definition at line 26 of file Log.h.

◆ walker

git_revwalk* log_state::walker

Definition at line 24 of file Log.h.


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