diff options
| author | Carlos MartÃn Nieto <carlos@cmartin.tk> | 2011-10-07 00:44:41 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2011-10-12 21:34:25 +0200 |
| commit | dfafb03bdce0fd83e374a901ccbc43af02aec88b (patch) | |
| tree | 7f89fe4cff448c719d3aa987f7d742e6e28cc5fe /src | |
| parent | 8c2528748d6e0671a61ce729318a9f4e44f51111 (diff) | |
| download | libgit2-dfafb03bdce0fd83e374a901ccbc43af02aec88b.tar.gz | |
Move the transports to their own directory
Diffstat (limited to 'src')
| -rw-r--r-- | src/transports/git.c (renamed from src/transport_git.c) | 0 | ||||
| -rw-r--r-- | src/transports/http.c (renamed from src/transport-http.c) | 0 | ||||
| -rw-r--r-- | src/transports/local.c (renamed from src/transport_local.c) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/src/transport_git.c b/src/transports/git.c index 489807851..489807851 100644 --- a/src/transport_git.c +++ b/src/transports/git.c diff --git a/src/transport-http.c b/src/transports/http.c index 3426b34e1..3426b34e1 100644 --- a/src/transport-http.c +++ b/src/transports/http.c diff --git a/src/transport_local.c b/src/transports/local.c index 3f47e9b89..3f47e9b89 100644 --- a/src/transport_local.c +++ b/src/transports/local.c |
