TrackGit
Public Attributes | List of all members
opts Struct Reference

Status Options structure. More...

#include <Status.h>

Public Attributes

git_status_options statusopt
 
const char * repodir
 
char * pathspec [MAX_PATHSPEC]
 
int npaths
 
int format
 
int zterm
 
int showbranch
 
int showsubmod
 
int repeat
 

Detailed Description

Status Options structure.

Definition at line 23 of file Status.h.

Member Data Documentation

◆ format

int opts::format

Definition at line 28 of file Status.h.

◆ npaths

int opts::npaths

Definition at line 27 of file Status.h.

◆ pathspec

char* opts::pathspec[MAX_PATHSPEC]

Definition at line 26 of file Status.h.

◆ repeat

int opts::repeat

Definition at line 32 of file Status.h.

◆ repodir

const char* opts::repodir

Definition at line 25 of file Status.h.

◆ showbranch

int opts::showbranch

Definition at line 30 of file Status.h.

◆ showsubmod

int opts::showsubmod

Definition at line 31 of file Status.h.

◆ statusopt

git_status_options opts::statusopt

Definition at line 24 of file Status.h.

◆ zterm

int opts::zterm

Definition at line 29 of file Status.h.


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