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 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;