]> git.ipfire.org Git - thirdparty/git.git/blobdiff - remote.h
Add a config option for remotes to specify a foreign vcs
[thirdparty/git.git] / remote.h
index 5db842087da081abbad96c8f9eed5829140714d2..ac0ce2ff9cb1e787bbb231d2b5d9e9d2cfb2777d 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -11,6 +11,8 @@ struct remote {
        const char *name;
        int origin;
 
+       const char *foreign_vcs;
+
        const char **url;
        int url_nr;
        int url_alloc;