Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t5516: Check pushurl config setting
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index 99706a89bc6011c01fcd661d8bad4b26f59b0ca7..326bffeb0c4dbf4e675e714ce74d77e0cf78fe70 100644
(file)
--- 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;