diff options
| author | Vicent Martà <tanoku@gmail.com> | 2011-07-05 04:31:37 -0700 |
|---|---|---|
| committer | Vicent Martà <tanoku@gmail.com> | 2011-07-05 04:31:37 -0700 |
| commit | f12aa9dc5ed04cfe92f1d536314eb03185f67f7d (patch) | |
| tree | b720325beef678f7d132280d8f2644277a4e7d86 /include/git2.h | |
| parent | 7d69f78897fc079a58059d9a84ab5928161d78cb (diff) | |
| parent | 0ac2726fdf945792028e59105d8630a91c5d3663 (diff) | |
| download | libgit2-f12aa9dc5ed04cfe92f1d536314eb03185f67f7d.tar.gz | |
Merge pull request #300 from carlosmn/gsoc2011/master
A bit of networking
Diffstat (limited to 'include/git2.h')
| -rw-r--r-- | include/git2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h index ff1c1185a..b5c693a82 100644 --- a/include/git2.h +++ b/include/git2.h @@ -53,5 +53,13 @@ #include "git2/index.h" #include "git2/config.h" +#include "git2/remote.h" + +#include "git2/remote.h" +#include "git2/refspec.h" + +#include "git2/net.h" +#include "git2/transport.h" +#include "git2/pkt.h" #endif |
