Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'du/rev-parse-is-plumbing'
[gitweb.git]
/
builtin
/
upload-archive.c
diff --git
a/builtin/upload-archive.c
b/builtin/upload-archive.c
index 84532ae9a93e7fb526a6fd28901875b3a10f3ffa..25d91163563614110d2c93802ce3fef6d5844325 100644
(file)
--- a/
builtin/upload-archive.c
+++ b/
builtin/upload-archive.c
@@
-43,7
+43,8
@@
int cmd_upload_archive_writer(int argc, const char **argv, const char *prefix)
}
/* parse all options sent by the client */
- return write_archive(sent_argv.argc, sent_argv.argv, prefix, NULL, 1);
+ return write_archive(sent_argv.argc, sent_argv.argv, prefix,
+ the_repository, NULL, 1);
}
__attribute__((format (printf, 1, 2)))