summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f22ca7c)
raw | patch | inline | side by side (parent: f22ca7c)
author | Junio C Hamano <junkio@cox.net> | |
Sat, 8 Oct 2005 22:54:35 +0000 (15:54 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 8 Oct 2005 22:54:35 +0000 (15:54 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
update-server-info.c | patch | blob | history |
diff --git a/update-server-info.c b/update-server-info.c
index e824f62eaff8121095191f4710354aefb63eba56..b70856373fce5c014bf796f07d7b1d95bb9eeca1 100644 (file)
--- a/update-server-info.c
+++ b/update-server-info.c
#include "cache.h"
+#include "object.h"
static const char update_server_info_usage[] =
"git-update-server-info [--force]";
{
int i;
int force = 0;
+ track_object_refs = 0;
+
for (i = 1; i < ac; i++) {
if (av[i][0] == '-') {
if (!strcmp("--force", av[i]) ||