X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=local-pull.c;h=8bfe67b4071b6445210a06e51b0d5f1c5b1ba113;hb=0ed3715ffc97325a625e1e4ef44121d870b98679;hp=afdba9f527e2e78fcd62667cd17323e28a8ecb94;hpb=a48e1d67e167507091f25dc00e2bd6c280fa538e;p=git.git diff --git a/local-pull.c b/local-pull.c index afdba9f5..8bfe67b4 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";