/* * Copyright (c) 2006 Franck Bui-Huu * Copyright (c) 2006 Rene Scharfe */ #define USE_THE_REPOSITORY_VARIABLE #include "builtin.h" #include "archive.h" #include "gettext.h" #include "transport.h" #include "parse-options.h" #include "pkt-line.h" static void create_output_file(const char *output_file) { … } static int run_remote_archiver(int argc, const char **argv, const char *remote, const char *exec, const char *name_hint) { … } #define PARSE_OPT_KEEP_ALL … int cmd_archive(int argc, const char **argv, const char *prefix, struct repository *repo UNUSED) { … }