Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Add "--chain-reply-to" to git-send-email-script, to control whether or not the
[gitweb.git]
/
local-pull.c
diff --git
a/local-pull.c
b/local-pull.c
index 29ae1663958317b612ff5f26707c16612e8b91bc..b715203f6fb482cce8b00cc99c72384e42528b36 100644
(file)
--- a/
local-pull.c
+++ b/
local-pull.c
@@
-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;