]> git.ipfire.org Git - thirdparty/git.git/blobdiff - credential.h
The second batch post 2.26 cycle
[thirdparty/git.git] / credential.h
index a5a3ee9bb823e51e785631f90f4e46a6e94a7def..fec7815dd0d60bf398bb8d448ab55a6cd6cee64c 100644 (file)
@@ -118,7 +118,8 @@ struct credential {
        unsigned approved:1,
                 configured:1,
                 quit:1,
-                use_http_path:1;
+                use_http_path:1,
+                username_from_proto:1;
 
        char *username;
        char *password;