[PATCH] fix git-checkout-cache segfault on parisc
[gitweb.git] / local-pull.c
index 908e18750903ddbec13f38ab8e1f389685ce9212..b715203f6fb482cce8b00cc99c72384e42528b36 100644 (file)
@@ -11,6 +11,10 @@ static int use_filecopy = 1;
 
 static char *path; /* "Remote" git repository */
 
+void prefetch(unsigned char *sha1)
+{
+}
+
 int fetch(unsigned char *sha1)
 {
        static int object_name_start = -1;
@@ -101,7 +105,7 @@ int fetch_ref(char *ref, unsigned char *sha1)
        return 0;
 }
 
-static const char *local_pull_usage = 
+static const char local_pull_usage[] =
 "git-local-pull [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path";
 
 /*