diff options
| author | Edward Thomson <ethomson@github.com> | 2016-04-19 19:48:52 -0400 |
|---|---|---|
| committer | Edward Thomson <ethomson@github.com> | 2016-04-19 19:48:52 -0400 |
| commit | 1dc449105b329ea4f8ea9982bc2da869d231c04a (patch) | |
| tree | 3dede94adc9297468b3f5b2294b300b028a0b34f /include/git2.h | |
| parent | 95fbc81dafd64400d51637a27ecd49de5ea63145 (diff) | |
| parent | 2638df771172a18dc5da89f039076fcc05ceb4ac (diff) | |
| download | libgit2-1dc449105b329ea4f8ea9982bc2da869d231c04a.tar.gz | |
Merge pull request #3110 from libgit2/cmn/proxy-config
Proxy configuration
Diffstat (limited to 'include/git2.h')
| -rw-r--r-- | include/git2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h index ac4a63160..bc4333cc9 100644 --- a/include/git2.h +++ b/include/git2.h @@ -40,6 +40,7 @@ #include "git2/pack.h" #include "git2/patch.h" #include "git2/pathspec.h" +#include "git2/proxy.h" #include "git2/rebase.h" #include "git2/refdb.h" #include "git2/reflog.h" |
