diff options
Diffstat (limited to 'include/git2/config.h')
| -rw-r--r-- | include/git2/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/git2/config.h b/include/git2/config.h index 518dcaf16..59b4307be 100644 --- a/include/git2/config.h +++ b/include/git2/config.h @@ -44,6 +44,10 @@ typedef enum { */ GIT_CONFIG_LEVEL_LOCAL = 4, + /** Application specific configuration file; freely defined by applications + */ + GIT_CONFIG_LEVEL_APP = 5, + /** Represents the highest level available config file (i.e. the most * specific config file available that actually is loaded) */ |
