diff options
| author | Vicent Martà <vicent@github.com> | 2013-06-12 14:52:47 -0700 |
|---|---|---|
| committer | Vicent Martà <vicent@github.com> | 2013-06-12 14:52:47 -0700 |
| commit | 93da7af707f7d6e9c466a319a7fa437883da7793 (patch) | |
| tree | 48f6d384f1ec242581a60528790e969dbf94eb06 /src/fetch.c | |
| parent | 5438e9c2b8eeb79c5580c576da6e110aa0cd2e59 (diff) | |
| parent | 360f42f4b3f5de31270416220bd799b951202b2d (diff) | |
| download | libgit2-93da7af707f7d6e9c466a319a7fa437883da7793.tar.gz | |
Merge pull request #1642 from arrbee/diff-function-context
Diff code reorg plus function context in diff headers
Diffstat (limited to 'src/fetch.c')
| -rw-r--r-- | src/fetch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fetch.c b/src/fetch.c index b5ec69777..03fad5fec 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -16,6 +16,8 @@ #include "pack.h" #include "fetch.h" #include "netops.h" +#include "repository.h" +#include "refs.h" struct filter_payload { git_remote *remote; |
