mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-31 22:14:44 +00:00
Merge pull request #1645 from csware/config_level_app
Add high(est) config level for application specific config files
This commit is contained in:
commit
5438e9c2b8
@ -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)
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user