Merge pull request #1030 from pwkelley/transports

Reorganize transport architecture
This commit is contained in:
Vicent Martí
2012-11-01 09:15:29 -07:00
28 changed files with 2593 additions and 1628 deletions

View File

@@ -36,6 +36,7 @@
#include "git2/index.h"
#include "git2/config.h"
#include "git2/transport.h"
#include "git2/remote.h"
#include "git2/clone.h"
#include "git2/checkout.h"