Code

contrib/completion: "local var=()" is misinterpreted as func-decl by zsh
[git.git] / credential.h
index e5042723a87543714846961667c3bb49b2c25827..96ea41bd1c99c05d63cb965a5fc57fcd838f3fdb 100644 (file)
@@ -6,7 +6,8 @@
 struct credential {
        struct string_list helpers;
        unsigned approved:1,
-                configured:1;
+                configured:1,
+                use_http_path:1;
 
        char *username;
        char *password;