status: do not report errors in sequencer/todo
[gitweb.git] / builtin / upload-pack.c
index a757df8da0abe7e979fe6b14aabe88da4cda548a..42dc4da5a1fc047baa9f71288670c3b981cb3b7e 100644 (file)
@@ -1,6 +1,6 @@
 #include "cache.h"
 #include "builtin.h"
-#include "exec_cmd.h"
+#include "exec-cmd.h"
 #include "pkt-line.h"
 #include "parse-options.h"
 #include "protocol.h"
@@ -31,7 +31,7 @@ int cmd_upload_pack(int argc, const char **argv, const char *prefix)
        };
 
        packet_trace_identity("upload-pack");
-       check_replace_refs = 0;
+       read_replace_refs = 0;
 
        argc = parse_options(argc, argv, NULL, options, upload_pack_usage, 0);