]> git.ipfire.org Git - thirdparty/git.git/blobdiff - config.h
Merge branch 'gc/config-parsing-cleanup'
[thirdparty/git.git] / config.h
index 4a6e3f19e5db72d7feb631ccf60ca7ffc448db30..247b572b37bc28e46a88118e3484795078c99b1a 100644 (file)
--- a/config.h
+++ b/config.h
@@ -56,6 +56,7 @@ struct git_config_source {
 };
 
 enum config_origin_type {
+       CONFIG_ORIGIN_UNKNOWN = 0,
        CONFIG_ORIGIN_BLOB,
        CONFIG_ORIGIN_FILE,
        CONFIG_ORIGIN_STDIN,