TrackGit
Public Attributes | List of all members
log_options Struct Reference

log_options holds other command line options that affect log output More...

#include <Log.h>

Public Attributes

int show_diff
 
int show_log_size
 
int skip
 
int limit
 
int min_parents
 
int max_parents
 
git_time_t before
 
git_time_t after
 
const char * author
 
const char * committer
 
const char * grep
 

Detailed Description

log_options holds other command line options that affect log output

Definition at line 34 of file Log.h.

Member Data Documentation

◆ after

git_time_t log_options::after

Definition at line 40 of file Log.h.

◆ author

const char* log_options::author

Definition at line 41 of file Log.h.

◆ before

git_time_t log_options::before

Definition at line 39 of file Log.h.

◆ committer

const char* log_options::committer

Definition at line 42 of file Log.h.

◆ grep

const char* log_options::grep

Definition at line 43 of file Log.h.

◆ limit

int log_options::limit

Definition at line 37 of file Log.h.

◆ max_parents

int log_options::max_parents

Definition at line 38 of file Log.h.

◆ min_parents

int log_options::min_parents

Definition at line 38 of file Log.h.

◆ show_diff

int log_options::show_diff

Definition at line 35 of file Log.h.

◆ show_log_size

int log_options::show_log_size

Definition at line 36 of file Log.h.

◆ skip

int log_options::skip

Definition at line 37 of file Log.h.


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