diff options
Diffstat (limited to 'local-pull.c')
-rw-r--r-- | local-pull.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/local-pull.c b/local-pull.c index afdba9f52..8bfe67b40 100644 --- a/local-pull.c +++ b/local-pull.c @@ -73,6 +73,11 @@ int fetch(unsigned char *sha1) return -1; } +int fetch_ref(char *ref, unsigned char *sha1) +{ + return -1; +} + static const char *local_pull_usage = "git-local-pull [-c] [-t] [-a] [-l] [-s] [-n] [-v] [-d] [--recover] commit-id path"; |