X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=object.c;h=9adc87479bde2a0b2a0a0335aed12a9f485facff;hb=e968751573a4ded76201a0e4414ec36649a92dda;hp=1a7823c234406a418d360bf5ea322fe2321aec06;hpb=d2eafb76611670d7573f9409b0c727019fe50e18;p=git.git diff --git a/object.c b/object.c index 1a7823c2..9adc8747 100644 --- a/object.c +++ b/object.c @@ -9,7 +9,7 @@ struct object **objs; static int nr_objs; int obj_allocs; -int track_object_refs = 1; +int track_object_refs = 0; static int hashtable_index(const unsigned char *sha1) {