diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2012-11-05 11:33:10 -0600 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2012-11-05 16:00:29 -0600 |
commit | 09cc0b92dc60c726180cda36643e263c32d9a812 (patch) | |
tree | 8b07bb41b327e75c6c92616ec891809b11552ed7 /src/fetch.c | |
parent | a5e85d86b7e13352c553b0a43bc36fee5880b5c7 (diff) | |
download | libgit2-09cc0b92dc60c726180cda36643e263c32d9a812.tar.gz |
create callback to handle packs from fetch, move the indexer to odb_pack
Diffstat (limited to 'src/fetch.c')
-rw-r--r-- | src/fetch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fetch.c b/src/fetch.c index 4f9f0c6f9..81136fc5f 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -8,7 +8,6 @@ #include "git2/oid.h" #include "git2/refs.h" #include "git2/revwalk.h" -#include "git2/indexer.h" #include "git2/transport.h" #include "common.h" |