]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
config: teach "git config --file -" to read from the standard input
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 9d94bd69f7db9dde851683e610a0ffe5da775646..4db19b537059fc23fde3b698b00c3e609c4e116a 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1147,6 +1147,7 @@ extern int update_server_info(int);
 #define CONFIG_GENERIC_ERROR 7
 
 struct git_config_source {
+       unsigned int use_stdin:1;
        const char *file;
        const char *blob;
 };