Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Pull misc objects
[gitweb.git]
/
http-pull.c
diff --git
a/http-pull.c
b/http-pull.c
index ec7f66af8f368b53e9eb0044ac9a8e43cea9a1f5..f49525c00228b5db9dc2fbd4860883887bb7dbad 100644
(file)
--- a/
http-pull.c
+++ b/
http-pull.c
@@
-92,6
+92,11
@@
int fetch(unsigned char *sha1)
return 0;
}
+int fetch_ref(char *ref, unsigned char *sha1)
+{
+ return -1;
+}
+
int main(int argc, char **argv)
{
char *commit_id;