Sign in
fuchsia
/
third_party
/
libgit2
/
refs/heads/upstream/fileops
/
.
/
src
/
config.h
blob: 673887e396f1ffb9da34d635ea49919ab23df69e [
file
] [
log
] [
blame
] [
edit
]
#ifndef
INCLUDE_config_h__
#define
INCLUDE_config_h__
#include
"git2.h"
#include
"git2/config.h"
#include
"vector.h"
#define
GIT_CONFIG_FILENAME
".gitconfig"
#define
GIT_CONFIG_FILENAME_INREPO
"config"
struct
git_config
{
git_vector files
;
};
#endif