Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add support for "import" helper command
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index 257a55538f3ff2d6330b84436a40d6ef972025a0..ac0ce2ff9cb1e787bbb231d2b5d9e9d2cfb2777d 100644
(file)
--- a/
remote.h
+++ b/
remote.h
@@
-11,10
+11,16
@@
struct remote {
const char *name;
int origin;
+ const char *foreign_vcs;
+
const char **url;
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;