Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Cunz <Sascha@BabbelBox.org>2012-07-25 03:32:31 +0400
committerSascha Cunz <Sascha@BabbelBox.org>2012-07-27 00:36:43 +0400
commit3ed4b5012bbdba844ae1ffdff884a1eb630e9884 (patch)
tree96357a598aa7734a427004f6b6a6724ce952695d /src/remote.h
parentcb020f0d9936f221c6bd6f873994e8978657cd28 (diff)
Remotes: Load/Save for fetch.foo.pushurl
Diffstat (limited to 'src/remote.h')
-rw-r--r--src/remote.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remote.h b/src/remote.h
index 0949ad434..abdaa5750 100644
--- a/src/remote.h
+++ b/src/remote.h
@@ -14,6 +14,7 @@
struct git_remote {
char *name;
char *url;
+ char *pushurl;
git_vector refs;
struct git_refspec fetch;
struct git_refspec push;