]> git.ipfire.org Git - thirdparty/git.git/blobdiff - credential.h
git maintenance: avoid console window in scheduled tasks on Windows
[thirdparty/git.git] / credential.h
index 2b5958cd431706026b243057cdb68f4274300703..b8e2936d1dcb978d67fb6660c6ee288d9a26dfc5 100644 (file)
@@ -141,6 +141,7 @@ struct credential {
        char *protocol;
        char *host;
        char *path;
+       char *oauth_refresh_token;
        timestamp_t password_expiry_utc;
 };