summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 64c381b)
raw | patch | inline | side by side (parent: 64c381b)
author | Sergey Vlasov <vsu@altlinux.ru> | |
Thu, 13 Oct 2005 17:01:57 +0000 (10:01 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 13 Oct 2005 17:01:57 +0000 (10:01 -0700) |
This reverts d119e3de13ea1493107bd57381d0ce9c9dd90976 commit.
Object references are used in server-info.c:find_pack_info_one() to
find out which objects in the pack are heads, therefore tracking of
references cannot be disabled.
Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Object references are used in server-info.c:find_pack_info_one() to
find out which objects in the pack are heads, therefore tracking of
references cannot be disabled.
Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
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 b70856373fce5c014bf796f07d7b1d95bb9eeca1..e824f62eaff8121095191f4710354aefb63eba56 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]) ||