/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
http: allow selection of proxy authentication method
[git/git.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index
4a039ba
..
4fd7a0f
100644
(file)
--- a/
remote.h
+++ b/
remote.h
@@
-54,6
+54,7
@@
struct remote {
* for curl remotes only
*/
char *http_proxy;
+ char *http_proxy_authmethod;
};
struct remote *remote_get(const char *name);