Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5438e9c

Browse files
author
Vicent Martí
committed
Merge pull request libgit2#1645 from csware/config_level_app
Add high(est) config level for application specific config files
2 parents 9d4db41 + 76b893b commit 5438e9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/git2/config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ typedef enum {
4444
*/
4545
GIT_CONFIG_LEVEL_LOCAL = 4,
4646

47+
/** Application specific configuration file; freely defined by applications
48+
*/
49+
GIT_CONFIG_LEVEL_APP = 5,
50+
4751
/** Represents the highest level available config file (i.e. the most
4852
* specific config file available that actually is loaded)
4953
*/

0 commit comments

Comments
 (0)