We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b96722 + 6a15f65 commit 5d346c1Copy full SHA for 5d346c1
include/git2/config.h
@@ -64,6 +64,7 @@ typedef enum {
64
typedef struct git_config_entry {
65
const char *name; /**< Name of the entry (normalised) */
66
const char *value; /**< String value of the entry */
67
+ unsigned int include_depth; /**< Depth of includes where this variable was found */
68
git_config_level_t level; /**< Which config file this was found in */
69
void (*free)(struct git_config_entry *entry); /**< Free function for this entry */
70
void *payload; /**< Opaque value for the free function. Do not read or write */
0 commit comments