Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-merge: a deprecation notice of the ancient command line syntax
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index 257a55538f3ff2d6330b84436a40d6ef972025a0..5db842087da081abbad96c8f9eed5829140714d2 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;