projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Documentation: fix "gitlink::foobar[s]"
[git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index
b10036c
..
86e036d
100644
(file)
--- a/
remote.h
+++ b/
remote.h
@@
-25,6
+25,11
@@
struct remote {
const char *receivepack;
const char *uploadpack;
+
+ /*
+ * for curl remotes only
+ */
+ char *http_proxy;
};
struct remote *remote_get(const char *name);