X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote.h;h=5db842087da081abbad96c8f9eed5829140714d2;hb=804edc13ae07ddfccad8c149a68a0ab95d5e5441;hp=257a55538f3ff2d6330b84436a40d6ef972025a0;hpb=4f4fa9c228a1ac2854c0814b5b23df43b8d98203;p=git.git diff --git a/remote.h b/remote.h index 257a55538..5db842087 100644 --- a/remote.h +++ b/remote.h @@ -15,6 +15,10 @@ struct remote { int url_nr; int url_alloc; + const char **pushurl; + int pushurl_nr; + int pushurl_alloc; + const char **push_refspec; struct refspec *push; int push_refspec_nr;